Get Ingest Status
Get Ingest Status
POST
Get Ingest Status
Use this API to poll the status of an ingestion started with Ingest Knowledge.
Endpoint
POST https://api.velt.dev/v2/memory/knowledge/ingest-status
Headers
Your API key.
Your Auth Token.
Body
Params
Example Requests
Poll an ingestion
Response
status is processing, completed, or failed. On failed, a failureReason is included. dedupOf is set when the file was a duplicate of an existing source; when it is, the reported status, counts, and download URLs mirror that winning source’s live state, not the duplicate’s own. A freshly uploaded duplicate therefore reports processing until the original finishes converting, then flips to completed. Keep polling until the status is terminal before downloading.

