ReferenceSpaces

List conversations across spaces

Every captured conversation in the memory, filterable by originating tool — one place to see what the organisation has been asking, whichever assistant it was…

Every captured conversation in the memory, filterable by originating tool — one place to see what the organisation has been asking, whichever assistant it was asked in.

GET
/api/v1/memory/conversations

Authorization

x-api-key<token>

A platform key (ck_live_…) — reaches every memory in the tenant.

In: header

Query Parameters

source?string
days?integer
Default30

Response Body

application/json

curl -X GET "https://example.com/api/v1/memory/conversations?source=cursor"
{  "conversations": [    {      "conversation_id": "string",      "space_id": "string",      "source": "string",      "model": "string",      "title": "string",      "turn_count": 0,      "created_at": "2019-08-24T14:15:22Z"    }  ]}
Was this page helpful?
Report an issue