---
title: "List Call Feedback"
method: GET
path: "/calls/{call_id}/feedback"
tags: ["Calls"]
---

# List Call Feedback

`GET /calls/{call_id}/feedback`

List all feedback on a call, newest first. Admin or developer only.

## Path parameters

- `call_id` string, uuid, required

## Response `200`

Successful Response

- CallFeedbackResponse[]
  - `feedback_id` string, uuid, required
  - `call_id` string, uuid, required
  - `feedback_type` 'general' | 'wrong_transfer_destination', required
  - `expected_transfer_destination_id` string, uuid, nullable
  - `expected_transfer_destination_name` string, nullable
  - `comment` string, nullable
  - `created_by_user_id` string, uuid, nullable
  - `created_by_name` string, nullable — Display name of the user who left the feedback
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
