List interviews
Returns a paginated list of interviews for the organization.
Token scopes: ats:read
Returns a paginated list of interviews for the organization.
Token scopes: ats:read
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.
Cursor to fetch the next page; null when there are no more pages.
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/