ReferenceIngestion

List uploaded files

List uploaded files

GET
/api/v1/memory/uploads

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/uploads"
{  "uploads": [    {      "upload_id": "string",      "filename": "string",      "size_bytes": 0,      "status": "pending",      "vault_id": "string",      "created_at": "2019-08-24T14:15:22Z"    }  ]}
Was this page helpful?
Report an issue