list_applications
Retrieve and filter job applications from Greenhouse ATS by job, candidate, status, or date range to manage recruitment pipelines efficiently.
Instructions
List applications with optional filters. Set paginate="all" to auto-fetch every page.
Filters: job_id, candidate_id, status ("active"/"rejected"/"hired"), date ranges. Default returns one page of 500. For pipeline views with candidates grouped by stage, use pipeline_summary instead. For finding stale candidates, use stale_applications or candidates_needing_action. For conversion rates and hire metrics, use pipeline_metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| per_page | No | ||
| page | No | ||
| job_id | No | ||
| candidate_id | No | ||
| status | No | ||
| created_after | No | ||
| created_before | No | ||
| last_activity_after | No | ||
| paginate | No | single |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |