list_interviews
List interviews in Greenhouse. Returns actual interview events with status, times, organizer, application, and job. Status values: to_be_scheduled, scheduled, awaiting_feedback, complete, skipped, collect_feedback, to_be_sent, sent, received.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated interview IDs | |
| cursor | No | Pagination cursor from a previous response. When provided, must be the only filter parameter. | |
| status | No | Filter by status | |
| ends_at | No | Filter by end time. Format: operator|ISO8601 | |
| job_ids | No | Comma-separated job IDs | |
| per_page | No | Results per page (1-500, default 100) | |
| starts_at | No | Filter by start time. Format: operator|ISO8601 | |
| 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 | |
| organizer_ids | No | Comma-separated organizer user IDs | |
| application_ids | No | Comma-separated application IDs | |
| job_interview_ids | No | Comma-separated job interview IDs |