API reference
Get interview
get_interview Requires export:readFetch one interview by id. Same projection as list_interviews: state, timings, invite-link values, and a permalink — no transcript or participant identity. Org-scoped; 404 if not found.
Input
interview_id string <uuid> Unique interview id returned by Juno.
tools/call
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_interview",
"arguments": {
"interview_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}
}