List interviews
Returns a paginated list of interviews for the organization. Use the available query parameters to filter by job, candidate, interviewer, status, or date range, or to fetch updates incrementally via updated_after
Token scopes: ats:read, worker:read
Authentication
Query parameters
Lower bound of interview start time (ISO 8601).
Upper bound of interview start time (ISO 8601).
Return interviews updated strictly after this ISO 8601 datetime (incremental sync).
Order interviews by upcoming-first, newest-first, or oldest-first.
Response
Cursor to fetch the next page; null when there are no more pages.