Authorizations
Send the API generated from the Playground:
Authorization: <api_key>
Path Parameters
The graph_id
of the knowledge graph to be exported. A graph_id
is an alphanumeric string that uniquely identifies a knowledge graph.
Query Parameters
Determines the structure of the graph object in the response. When false
, the API returns a JSON object with graph.nodes
and graph.relationships
. When set to true
, the response includes only the graph.cypher
property, which contains the full graph in Cypher Query format.
Response
The exported graph data containing either graph.nodes
and graph.relationships
or graph.cypher
.
Details about the most recent graph merge operation executed on this knowledge graph.
The total number of documents that have been processed to create or update the knowledge graph.
The name of the knowledge graph being exported.