Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/v1/graph/stats \ --header 'Authorization: Bearer <token>'
{ "total_entities": 123, "total_edges": 123, "entity_types": {}, "top_relations": [ {} ] }
JWT access token or API key (csk_…)
Successful Response
Count of entities by type
Show child attributes
Top relation types by count
Was this page helpful?