Skip to main content
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

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
object
required

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.

Success Response

Failure Response