GET /jobs/{jobId}/stages returns the hiring pipeline stages for a job, including how many applications are in each stage.
Use this when you need counts across the pipeline, or a stageId to pass to List applications for a non-default stage.
Requires scope jobs:read (eval and production keys that can list jobs).
Request
Response
type: "candidates". That is the default stage used by list-applications when stageId is omitted.
Use stageId with List applications or Move application stage.