Skip to main content
GET
Get interview

Authorizations

Authorization
string
header
required

Organization API key supplied as a Bearer token. MCP OAuth tokens are not accepted by these REST endpoints.

Path Parameters

id
string
required

Response

A single interview

id
string
Example:

"cm393cvz80bdpmcedfzacog26"

participant
object | null

Participant identity when available. The display name uses first name and last initial.

facets
object[]

List of facets associated with the interview

Example:
videoDownloadURL
string<uri> | null

Temporary URL to download the stored interview video; null if storage details are unavailable or URL generation fails. The URL expires after 15 minutes. Request the interview again for a fresh URL.

Example:

"https://..."

transcriptAsWebVTT
string | null

Participant-response messages in WebVTT format, using original message text. Interviewer questions are not included. Null when no response messages are available. Missing timings can produce zero or equal start and end times.

createdAt
string<date-time>
updatedAt
string<date-time>