list_rejection_reasons
Retrieve rejection reasons and map their names to IDs, enabling precise rejection actions in Greenhouse. Use this to resolve a reason before rejecting or bulk-rejecting applicants.
Instructions
List all rejection reasons. Read-only.
Resolves rejection reason names to IDs. When a user says "reject for 'not enough experience'," use this to find the ID, then pass it to reject_application or bulk_reject.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Opaque cursor from a previous call's `next_cursor`, to fetch the next page. When set, all other filters are ignored — they are already baked into the cursor. | |
| per_page | No | Results per page (max 500) | |
| force_refresh | No | Bypass cache and fetch fresh data |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |