Get ingest job status
Ingestion
Get ingest job status
Poll one ingest or import job: its current phase, the phases it has already completed, a percentage estimate, and the error message if it failed.
GET
Get ingest job status
Scoped to the effective subject and the caller’s org; a job belonging to anyone else returns 404 rather than leaking its status.
Authorization
This route requires theread scope.
A missing or invalid credential returns 401 authentication_error. A valid credential without the scope returns 403 permission_denied, and the problem body names the exact scope required.
Headers
These are request conventions the contract does not declare as parameters, so they do not appear in the schema tables below.Success responses
Errors
Every error is an RFC 9457
application/problem+json body carrying a stable code, a requestId, and a suggestedAction where Exo has one. See Errors.
Notes
- A job that is not yours is 404, not 403. Status cannot be probed across subjects or organizations.
Authorizations
An Exo API key (exo_...) sent as the X-Exo-API-Key header.