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

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

Request example

Response fields

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