Skip to main content
GET
File Job Status

Overview

Returns status for jobs started by Upload file or Delete file index. The same endpoint handles both job types — check job_type.

Path parameters

string
required
Namespace the job belongs to.
string
required
Job id from upload or delete response.

Request example

Response fields

string
Job id.
string
"file_ingest" or "file_delete".
string
Target namespace.
string
running, completed, or failed.
string
File id (set during upload/delete).
string
Container path for the file.
number
Total chunks expected (ingest) or to delete (delete job).
number
Chunks processed so far (upload).
number
Summary chunks created (upload).
number
Items removed from the index (delete).
string
Error message when status is failed.
string
ISO 8601 start time.
string
ISO 8601 last update time.
string
ISO 8601 end time when completed or failed.