hires_list_interviews
List interviews filtered by job, candidate, interviewer, date, or timestamps for incremental sync. Returns paginated results.
Instructions
List interviews with optional filters by job, application, candidate, interviewer, date, or timestamps for incremental sync. Returns paginated results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Filter by interview date (YYYY-MM-DD, UTC) | |
| page | No | Page number (default 1) | |
| size | No | Page size (default 20) | |
| job_id | No | Filter interviews by job ID | |
| include | No | Comma-separated related resources to embed: candidate, application, job | |
| candidate_id | No | Filter interviews by candidate ID | |
| created_after | No | Return only interviews created after this Unix timestamp (seconds) | |
| updated_after | No | Return only interviews updated after this Unix timestamp (seconds) | |
| application_id | No | Filter interviews by application ID | |
| interviewer_user_id | No | Filter interviews by interviewer user ID |