Get interviews
Retrieve all interview sessions. If team_id is not provided, returns interviews for all teams in the organization.
Authorizations
Provide your API key UUID in the 'Authorization' header prefixed with 'Bearer '. Example: 'Authorization: Bearer 123e4567-e89b-12d3-a456-426614174000'
Query Parameters
The number of interviews to return.
The offset for the list of interviews.
Filter interviews by status. Omit to return all (completed and incomplete).
incomplete, completed, null Filter interviews by team ID. If not provided, returns interviews for all teams in the organization.
How much transcript data to return. 'full' (default) returns the transcript, word-level timestamps, and question mapping. 'text' returns the raw transcript only. 'none' omits all transcript fields.
full, text, none Response
OK
A list of interviews.
