Skip to main content
GET
Get interview

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'

Path Parameters

interview_id
string
required
Minimum string length: 1

Query Parameters

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

interview_flow_id
string
required

The ID of the interview flow.

interview_id
string
required

The ID of the interview.

team_id
string
required

The ID of the team this interview belongs to.

status
enum<string>
required

The status of the interview.

Available options:
incomplete,
completed
interview_data
object
required

Data for the completed interview. If the interview is incomplete, this field will be null.