list_interviews
List interviews for your account with rich multi-value filters by job, candidate, interviewer, meeting status, location, time window, and more. Includes cancelled interviews by default.
Instructions
List interviews for the account. Supports rich multi-value filters: by job, application, candidate, interviewer, organizer, recruiter, department, office, status, kind, location, AI note-taker flag, and start_time window. Cancelled interviews are included by default — use meeting_status=cancelled etc. to filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Items per page (default: 20, max: 100) | |
| job_ids | No | Comma-separated job IDs | |
| application_ids | No | Comma-separated application IDs | |
| candidate_ids | No | Comma-separated candidate IDs | |
| interviewer_ids | No | Comma-separated user IDs of participants | |
| organizer_ids | No | Comma-separated user IDs (the user who scheduled the interview) | |
| recruiter_ids | No | Comma-separated credited-recruiter user IDs (filters by job's credited recruiter) | |
| department_ids | No | Comma-separated job-department IDs | |
| office_ids | No | Comma-separated office IDs | |
| meeting_status | No | Comma-separated statuses: not_started, in_progress, ended, cancelled, candidate_no_show | |
| kind | No | Comma-separated kinds: one_on_one, panel, external | |
| location | No | Comma-separated locations: onsite, phone, zoom, google_meet, microsoft_teams, hackerrank | |
| ai_note_taker_enabled | No | Filter by AI note-taker flag | |
| start_time_after | No | Inclusive lower bound on start_time (ISO 8601) | |
| start_time_before | No | Inclusive upper bound on start_time (ISO 8601) | |
| created_after | No | Filter by created date (ISO 8601 inclusive) | |
| created_before | No | Filter by created date (ISO 8601 inclusive) | |
| updated_after | No | Filter by updated date (ISO 8601 inclusive) | |
| updated_before | No | Filter by updated date (ISO 8601 inclusive) | |
| sort_by | No | Sort field (default: created_at) | |
| sort_order | No | Sort direction (default: desc) |