Knowledge Graph API
Retrieve graph
GET
/
v1
/
graphs
/
{graph_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the graph.
Response
200 - application/json
A unique identifier of the graph.
The timestamp when the graph was created.
The name of the graph.
The type of graph, either manual
(files are uploaded via UI or API) or connector
(files are uploaded via a connector).
Available options:
manual
, connector
A description of the graph.