interview-feedback

Submit Turn Feedback

Record an interviewee's reaction to one agent turn.

Idempotent on (conversation_id, turn_index): repeated submissions for the same turn overwrite the previous reaction and comment instead of stacking rows. This matches the user mental model where the visible thumbs button represents one current choice, not a history of clicks.

post/v1/interview/session/{session_id}/feedback

Path parameters

session_idstring required

Query parameters

tokenstring nullable

Request body

turn_indexinteger required
reaction'up' | 'down' required
commentstring nullable

Response

Successful Response

idstring uuid required
turn_indexinteger required
reaction'up' | 'down' required
commentstring nullable required

Changes

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