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

ratingnumber required

Star rating from 0 to 5 (half stars allowed)

suggestionsstring[]

Selected feedback suggestion chips

additional_feedbackstring nullable

Free-form additional feedback

Response

Successful Response

idstring uuid required
ratingnumber required
suggestionsstring[] required
additional_feedbackstring nullable required

Changes

No recorded changes to this endpoint across all 1 revision of this API.