Skip to main content
POST
Processing job status

Body

application/json
job_id
string
required

Job identifier returned by ingest, refresh, or new.

Response

Job status.

ok
boolean
required
job_id
string
required
status
enum<string>
required
Available options:
pending,
processing,
completed,
failed,
expired
context
object

Job context — includes namespace, operation, and optionally source_id.

result
object

Result data when status is completed (may be omitted otherwise).

error
string

Error message when status is failed (may be omitted otherwise).

created_at
string<date-time>
updated_at
string<date-time>