Skip to main content
GET
Get Interview Detail

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

interview_id
string<uuid>
required

Response

Successful Response

Combined response with interview, contacts, and question sets in one call.

interview
InterviewOut · object
required
contacts
ContactOut · object[]
required
question_sets
QuestionSetOut · object[]
required