ReferenceMemories

Get a memory

Get a memory

GET
/api/v1/memories/{memory_id}

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

application/json

curl -X GET "https://example.com/api/v1/memories/csmbx-wsp_a1b2c3d4"
{  "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