Skip to main content

Per-stage status of a job

GET 

/status/:job_id

Returns a map of stage → status object for the given jobId. Adding ?include_result=true attaches last_result — the return value of the most recently finished stage.

Returns 404 only if NO stage is found across all queues ; partial availability returns the stages that exist.

Request

Responses

Stage status map.