---
title: "List Turn Feedback"
method: GET
path: "/v1/interview/session/{session_id}/feedback"
tags: ["interview-feedback"]
---

# List Turn Feedback

`GET /v1/interview/session/{session_id}/feedback`

Return every turn reaction stored for this conversation.

The interviewee's chat UI calls this on session load so the visible
thumb state matches what's in the database after a page reload.

## Path parameters

- `session_id` string, required

## Query parameters

- `token` string, nullable

## Response `200`

Successful Response

- TurnReactionEntry[]
  - `turn_index` integer, required
  - `reaction` 'up' | 'down', required
  - `comment` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
