Knowledge Graph API
Retrieve graph
GET
/
v1
/
graphs
/
{graph_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
graph_id
string
requiredThe unique identifier of the graph.
Response
200 - application/json
id
string
requiredA unique identifier of the graph.
created_at
string
requiredThe timestamp when the graph was created.
name
string
requiredThe name of the graph.
file_status
object
requireddescription
string
A description of the graph.