Get Graph Overview
Lightweight full-graph endpoint for overview visualization.
Returns all graph-overview node types (Entity, Memory, Source, Thread, Skill) with minimal data (no content, no metadata, no messages) for fast full-graph rendering.
Query Parameters
limit?Limit
Range
10 <= value <= 2000Default
500space_id?|
Optional memory space lens for the graph
Response Body
application/json
application/json
curl -X GET "https://example.com/graph/overview"null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}