list_openings
List openings (requisitions) in Greenhouse. Shows headcount, target start dates, close reasons, and which application filled each opening.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated opening IDs | |
| open | No | Filter by open/closed status | |
| cursor | No | Pagination cursor from a previous response. When provided, must be the only filter parameter. | |
| job_ids | No | Comma-separated job IDs | |
| per_page | No | Results per page (1-500, default 100) | |
| closed_at | No | Filter by closed date. Format: operator|ISO8601 | |
| opened_at | No | Filter by opened date. Format: operator|ISO8601 | |
| created_at | No | Filter by creation date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| opening_id | No | Filter by opening ID string | |
| updated_at | No | Filter by update date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| application_ids | No | Comma-separated application IDs | |
| close_reason_ids | No | Comma-separated close reason IDs | |
| custom_field_option_id | No | Filter by custom field option ID |