---
title: "Get available call report reasons"
method: GET
path: "/v1/calls/report/reasons"
tags: ["Calls"]
---

# Get available call report reasons

`GET /v1/calls/report/reasons`

## Response `200`

Call report reasons retrieved successfully

- GetCallReportReasonsResponseDto
  - `reasons` CallReportReasonDto[], required — List of available call report reasons
    - `id` 'poor_voice_quality' | 'uninteresting_or_irrelevant' | 'slow_response' | 'technical_issue' | 'boring_lacked_emotions' | 'other', required — Report reason identifier
    - `label` string, required — Human-readable label for the report reason
    - `description` string, required — Detailed description of the report reason

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc.dev/miaai/apis/backend-template-api/revisions/2a8d88a5124f?raw)
