list_applications
List applications in Greenhouse. Returns operational application fields for pipeline work: id, candidate_id, job_id, stage_id, stage_name, status, current_stage_at, and last_activity_at. Status can be active, rejected, hired, or converted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated application IDs to filter by | |
| cursor | No | Pagination cursor from a previous response. When provided, must be the only filter parameter. | |
| status | No | Filter by application status | |
| job_ids | No | Comma-separated job IDs to filter by | |
| per_page | No | Results per page (1-500, default 100) | |
| prospect | No | Filter by prospect status (true for prospects, false for applicants) | |
| stage_ids | No | Comma-separated interview stage IDs to filter by | |
| created_at | No | Filter by creation date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| source_ids | No | Comma-separated source IDs to filter by | |
| stage_name | No | Filter applications by current stage name (exact match) | |
| updated_at | No | Filter by update date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| job_post_ids | No | Comma-separated job post IDs to filter by | |
| referrer_ids | No | Comma-separated referrer IDs to filter by | |
| candidate_ids | No | Comma-separated candidate IDs to filter by | |
| last_activity_at | No | Filter by last activity date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| prospective_job_ids | No | Comma-separated prospective job IDs to filter by | |
| custom_field_option_id | No | Filter by custom field option ID |