Skip to main content
GET
/
api
/
v1
/
graph
/
stats
Get Graph Stats
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": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.crosmos.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT access token or API key (csk_…)

Query Parameters

space_uuid
string<uuid>
required

Response

Successful Response

total_entities
integer
required
total_edges
integer
required
entity_types
Entity Types · object
required

Count of entities by type

top_relations
Top Relations · object[]
required

Top relation types by count