curl -X GET "https://example.com/memory/summary/string"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Get Snapshot Markdown
Fast path: graph-only markdown. Skips Mongo entirely.
Get Stats
Get clustering statistics for the workspace. Returns information about entities, potential duplicates, and clustering history. **Returns:** - `total_entities`: Total entities in workspace - `potential_duplicates`: Estimated number of duplicates - `last_clustering_run`: Timestamp of last clustering run - `implemented`: Always `false` — statistics gathering is not implemented yet; the counts above are placeholders, NOT real (empty) workspace data.