ReferenceSearch

List indexed sources

Every source that has actually contributed indexed content, with document counts.

Use it to build a source filter that cannot produce an empty result — sources with nothing indexed are omitted.

GET
/api/v1/memory/sources

Authorization

x-api-key<token>

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

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/memory/sources"
{  "connectors": [    {      "id": "string",      "name": "string",      "doc_count": 0,      "status": "connected"    }  ],  "uploads": [    {      "id": "string",      "filename": "string",      "status": "pending"    }  ]}
Was this page helpful?
Report an issue