list_job_candidate_attributes
List candidate attributes configured on jobs in Greenhouse. These define the evaluation criteria for candidates on a specific job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated attribute IDs to filter by | |
| cursor | No | Pagination cursor from a previous response. When provided, must be the only filter parameter. | |
| job_ids | No | Comma-separated job IDs to filter by | |
| 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 | |
| candidate_attribute_type_ids | No | Comma-separated candidate attribute type IDs to filter by |