Get job status
Endpoints
Get job
Fetch a snapshot of a prediction job’s status, progress, reserved credits, and result path. Useful for polling clients that do not consume the SSE stream.
GET
Get job status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Job
Lifecycle: queued → dispatching → preprocessing → running → postprocessing → terminal. Terminal values: completed, partial_failed, failed, and cancelled.