list_candidates
Retrieve candidate records from Greenhouse ATS with filtering options for email, IDs, and date ranges. Supports pagination to fetch complete datasets automatically.
Instructions
List candidates with optional filters. Set paginate="all" to auto-fetch every page.
Filters: email (exact), candidate_ids (list), created/updated date ranges (ISO). Default returns one page of 500. Use paginate="all" to get the complete dataset automatically. For name search, use search_candidates_by_name instead. For reading a candidate's resume, use read_candidate_resume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| per_page | No | ||
| page | No | ||
| No | |||
| candidate_ids | No | ||
| created_after | No | ||
| created_before | No | ||
| updated_after | No | ||
| updated_before | No | ||
| paginate | No | single |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |