list_rejection_reasons
List all rejection reasons in Greenhouse. These are the predefined reasons available when rejecting candidates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated rejection reason IDs to filter by | |
| cursor | No | Pagination cursor from a previous response. When provided, must be the only filter parameter. | |
| per_page | No | Results per page (1-500, default 100) | |
| created_at | No | Filter by creation date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| updated_at | No | Filter by update date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| include_defaults | No | Include default rejection reasons |