List Job Applications
list_applicationsRetrieve applications for a specific job listing using its ID. Includes applicant details, stage, source, flags, and custom form answers.
Instructions
Get applications for a specific job listing (the API cannot list applications across all jobs at once). Includes applicant details, stage, source, flags and custom form answers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage | No | Only applications in this stage | |
| job_id | Yes | The job listing ID/slug to get applications for (use list_jobs to find IDs) | |
| source | No | Only applications with this text in the source field | |
| is_read | No | Filter on whether applications have been opened in HR Partner yet (true/false) | |
| is_hired | No | Only applications for candidates who have been hired (true/false) | |
| is_flagged | No | Only applications which have been flagged (true/false) | |
| is_archived | No | Only applications which have been archived (true/false) | |
| max_records | No | Optional client-side limit on the number of records returned. Use to keep responses small when exploring data; the API itself does not paginate. | |
| submitted_at_to | No | Only applications submitted on/before this date (format yyyy-mm-dd) | |
| submitted_at_from | No | Only applications submitted on/after this date (format yyyy-mm-dd) |