---
title: "Get available report reasons"
method: GET
path: "/v1/models/report/reasons"
tags: ["Models"]
---

# Get available report reasons

`GET /v1/models/report/reasons`

## Response `200`

Report reasons retrieved successfully

- GetReportReasonsResponseDto
  - `reasons` ReportReasonDto[], required — List of available report reasons
    - `id` 'inappropriate_content' | 'spam' | 'harassment' | '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-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
