ReferenceMemories
List memories
Every memory in the tenant, across all workspaces.
Authorization
ApiKeyAuth x-api-key<token>
A platform key (ck_live_…). Mint one in the console under
Settings → API Keys.
In: header
Query Parameters
workspace_id?string
Restrict to a single workspace.
Response Body
application/json
curl -X GET "https://example.com/api/v1/memories"{ "memories": [ { "memory_id": "string", "workspace_id": "string", "display_name": "string", "type": "shared", "status": "active", "memory_serial": 0, "subdomain": "string", "created_at": "2019-08-24T14:15:22Z" } ]}Was this page helpful?Report an issue