Get interview result details
get_interview_result_details[Results] Get full interview result details including transcript and scores. Scores are assistive output for a human reviewer.
Returns an interview result with its full transcript and AI assessment. Optionally attaches signed recording URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interview_result_id | Yes | The interview result to fetch the transcript and details for. | |
| get_signed_recordings | No | When true, includes short-lived signed recording URLs for the session, the video introduction, and each transcript answer. | false |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Interview end timestamp (training_end, ISO 8601). | |
| score | No | Overall interview score. | |
| start | No | Interview start timestamp (training_start, ISO 8601). | |
| status | No | Coach/interview status (coach_status), e.g. started, completed. | |
| duration | No | Total duration in deciseconds (duration_ds). | |
| score_text | No | Human-readable score summary. | |
| transcript | No | Ordered interactions (questions + answers) of the interview. | |
| ai_analysis | No | Candidate-facing AI analysis of the whole interview. | |
| score_answer | No | Aggregate answer sub-score. | |
| recording_url | No | Signed session-recording URL; present only when get_signed_recordings=true. | |
| recruiter_risks | No | Detected recruiter risk flags (jsonb). | |
| score_sentiment | No | Sentiment sub-score. | |
| score_simulation | No | Overall simulated score. | |
| recording_is_video | No | Whether the session recording is video. | |
| score_pronunciation | No | Pronunciation sub-score. | |
| ai_completion_reason | No | Why the interview completed (ai_completed_reason). | |
| recording_local_path | No | Storage path of the full session recording. | |
| ai_analysis_recruiter | No | Recruiter-facing AI analysis of the whole interview. | |
| score_words_per_minute | No | Speaking-pace (words per minute) sub-score. | |
| video_introduction_url | No | Signed video-introduction URL; present only when get_signed_recordings=true. | |
| user_feedback_recruiter | No | Recruiter-entered feedback note. | |
| video_introduction_local_path | No | Storage path of the candidate video introduction. | |
| ai_analysis_recruiter_why_hire | No | Reasons to hire (list/text). | |
| ai_interview_coverage_percentage | No | Percentage of the intended interview the AI judged to be covered. | |
| ai_analysis_recruiter_why_not_hire | No | Reasons not to hire (list/text). |