Skip to main content
GET
Get Interview

Authorizations

Authorization
string
header
required

Authenticate with an API key (prefixed ui_sk_) or a JWT token from the dashboard.

Path Parameters

interview_id
string
required

Response

Successful Response

Full interview shape returned by get-by-id (includes recordings etc.).

id
string
required
study_id
string | null

The study this interview belongs to

participant
PublicInterviewParticipant · object | null

null for panel (anonymous) interviews

status
string | null
quality
string | null

Quality rating: Excellent, Good, Fair, or Poor

end_reason
string | null

Why the interview ended

started_at
string<date-time> | null

Date and time the interview took place

duration_seconds
integer | null

Interview length in seconds (ended_at - started_at)

messages
Messages · object[] | null
audio_recording_url
string | null
video_recording_url
string | null
screener_responses
PublicScreenerResponse · object[] | null

The participant's screener answers for this interview.