Lists interviews for a given candidate within the API key’s company. For MVP, candidateId is required.
candidateId query parameter is required to filter interviews.
API key for authentication using Bearer scheme
Page number (1-based)
1 <= x <= 100001
Number of items per page
1 <= x <= 10020
Company ID (required for ATS keys, optional for regular keys)
"123e4567-e89b-12d3-a456-426614174000"
Filter by candidate ID
"123e4567-e89b-12d3-a456-426614174000"
Filter by agent ID
"987e6543-e21b-12d3-a456-426614174000"
Filter by interview status
UNDEFINED, SCHEDULED, CANCELLED, FAILED, COMPLETED, IN_PROGRESS "SCHEDULED"
[Deprecated] Filter by job ID (through candidate). Redundant when candidateId is required.
"456e7890-e12b-34d5-a678-901234567890"