Retrieve interview content
Retrieve a single interview with its full content, including the
complete chat_history transcript and chat_memory.
Non-admins can only retrieve interviews assigned to them or that they created; admins can retrieve any interview in the project.
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
UUID of the interview
Response
Successful response
A structured interview conversation, including its full transcript.
Interview title (auto-generated from the topic when not provided).
UUID of the user who created the interview.
Email of the user who created the interview (the importer, for imported interviews).
Conversation type: "interview" (standard), "guided-interview" (multi-topic), or "imported-interview" (a read-only transcript of an interview recorded outside the platform, created via the import-transcript endpoint).
Free-form parameters associated with the conversation type.
Ordered list of transcript entries (messages, tool calls, etc.).
Assistant memory state accumulated over the conversation.
UUIDs of documents scoped locally to this interview.
UUID of the assigned user (null while a pending invite has not yet joined).
UUID of the user who created the assignment.
Assignee email, falling back to the invite email for not-yet-joined invitees.
True when assigned to someone who has not yet joined the project.
Guided interviews only: the ordered topic agenda seeded at assign time, with per-topic progress. Empty for every other interview type.
Campaign this interview belongs to; null for ad hoc interviews.
Parse-pipeline state of an imported external transcript (interviews of type
"imported-interview"). Null on every other interview type. The raw submitted
transcript is never returned — the parsed chat_history is the transcript.
Null for imported interviews until their transcript parse completes.
pending, in_progress, completed Whether edits stay local to the conversation or write to the shared knowledge store.
local, global