list_custom_fields
List custom field definitions in Greenhouse. Shows field names, types, and which object they apply to (job, candidate, application, offer, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated custom field IDs | |
| name | No | Filter by field name | |
| active | No | Filter by active status | |
| cursor | No | Pagination cursor from a previous response. When provided, must be the only filter parameter. | |
| name_key | No | Filter by field name key | |
| 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 | |
| field_type | No | Filter by field type (job, opening, candidate, application, offer, etc.) | |
| updated_at | No | Filter by update date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt |