ReferenceIngestion

Get an upload

Get an upload

GET
/api/v1/memory/uploads/{upload_id}

Authorization

x-api-key<token>

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

In: header

Path Parameters

upload_id*string

Response Body

application/json

curl -X GET "https://example.com/api/v1/memory/uploads/string"
{  "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