grakn-engine API documentation
http://example.com
description
Endpoints used to query the graph by ID or Graql match query and build HAL objects.
/auth/enabled
/auth/session
/import/batch/data
Import data from a Graql file. It performs batch loading. If the hosts field is populated, it will distribute the load amongst them. This should not be used to load ontologies because it splits up the file into smaller parts.
/status/config
/tasks/:uuid
/tasks/schedule
/tasks/all
/user/one
/graph/analytics
Executes compute query on the server and build HAL representation of result or returns string containing statistics.
/graph/concept/:uuid
/graph/concept/ontology/:uuid
/graph/match
Executes match query on the server and build a representation for each concept in the query result. Return type is determined by the content type. Either application/graql or application/json/hal
/graph/ontology
Produces a JSONObject containing meta-ontology types instances. The built JSONObject will contain ontology nodes divided in roles, entities, relations and resources.