---
title: "Get Exercise Reports"
method: GET
path: "/admin/exercise-reports"
tags: ["admin"]
---

# Get Exercise Reports

`GET /admin/exercise-reports`

Get all exercise reports with their associated exercise and user information.
Only admins can access this endpoint.

## Query parameters

- `status` string, nullable — Filter by status
- `skip` integer
- `limit` integer

## Response `200`

Successful Response

- ExerciseReportResponse[]
  - `id` string, required
  - `exercise_id` string, required
  - `user_id` string, required
  - `report_type` 'bad_formatting' | 'wrong_solution' | 'unclear_explanation' | 'other', required
  - `description` string, nullable
  - `created_at` string, date-time, required
  - `status` 'pending' | 'resolved' | 'rejected', required
  - `exercise` object, required
  - `user` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
