Skip to main content
GET
Get interviews

Authorizations

Authorization
string
header
required

Provide your API key UUID in the 'Authorization' header prefixed with 'Bearer '. Example: 'Authorization: Bearer 123e4567-e89b-12d3-a456-426614174000'

Query Parameters

limit
integer
default:20

The number of interviews to return.

offset
integer
default:0

The offset for the list of interviews.

status
enum<string> | null

Filter interviews by status. Omit to return all (completed and incomplete).

Available options:
incomplete,
completed,
null
team_id
string | null

Filter interviews by team ID. If not provided, returns interviews for all teams in the organization.

transcript
enum<string>
default:full

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.

Available options:
full,
text,
none

Response

OK

interviews
object[]
required

A list of interviews.