ashby_list_candidates_for_job
List all candidates and applications for a specific job, showing each candidate's name, current interview stage, and status. Use pagination to browse the full pipeline.
Instructions
List all candidates/applications for a specific job.
Returns each application with the candidate's name, current interview stage, and status. Use this to see the pipeline for a job. Pass next_cursor to paginate.
Response: items[] (application_id, candidate_id, candidate_name, status, current_stage, source, createdAt), has_more, next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (1-100). Defaults to 25. | |
| cursor | No | Pagination cursor from a previous response. | |
| job_id | Yes | The job ID (UUID) to list candidates for. |