Data Operations
Upload Job Status
Poll progress of a document or vector upload job.
GET
Overview
Returns status for an upload started by Upload documents or Upload vectors.Path parameters
Namespace the upload job belongs to. Must match the namespace used when the job was started.
Job id returned from the upload response.
Response fields
Id of the upload job.
Namespace items are being uploaded to.
Job state on success:
"running" or "completed". On lookup errors: "failure".Total number of documents or vectors in the upload batch.
Number of items processed so far (embedded or validated).
Number of items successfully persisted.
Number of items that failed during processing. Check
last_error for the most recent failure reason.Most recent per-item error message during processing;
null if none.ISO 8601 UTC timestamp when the job started.
ISO 8601 UTC timestamp of the last job update.
ISO 8601 UTC timestamp when the job finished;
null while status is "running".Error description when the job cannot be found.