interview-feedback
Submit Session Feedback
Record the interviewee's overall session rating and feedback.
This is the star rating shown on the completion screen after the interview ends. Unlike turn feedback, this captures the overall experience rather than reactions to individual agent turns.
Uses mode='interview_turn' with turn_index=-1 to indicate session-level feedback (avoids needing a DB migration for a new mode value). The rating and suggestions are stored in context_log as structured JSON.
Idempotent: repeated submissions overwrite the previous session feedback.
post/v1/interview/session/{session_id}/feedback/session
Path parameters
session_idstring required
Query parameters
tokenstring nullable
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.