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
- 200
- 401
- 404
Stage status map.
Missing / invalid bearer.
Job id not found in any queue.