ReferenceMemories
Get memory profile
Composition of the memory: document and entity counts, departments, connected sources and last activity.
This is the cheapest way to render a dashboard without touching the Memory API.
Authorization
ApiKeyAuth x-api-key<token>
A platform key (ck_live_…). Mint one in the console under
Settings → API Keys.
In: header
Path Parameters
memory_id*string
Response Body
application/json
curl -X GET "https://example.com/api/v1/memories/csmbx-wsp_a1b2c3d4/profile"{ "memory_id": "string", "display_name": "string", "status": "active", "document_count": 0, "entity_count": 0, "departments": [ { "vault_id": "string", "name": "string", "document_count": 0 } ]}Was this page helpful?Report an issue