list_interview_kits
List interview kits in Greenhouse. Shows exercises, anonymization settings, and which job/interview stage they belong to when expanded access is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated interview kit IDs | |
| 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) | |
| 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 | |
| job_interview_ids | No | Comma-separated job interview IDs | |
| on_behalf_of_user_id | Yes | Greenhouse user ID of the human approving this expanded data request. |