---
title: "Report Exercise"
method: POST
path: "/cpge-exercises/report"
tags: ["cpge_exercises"]
---

# Report Exercise

`POST /cpge-exercises/report`

Submit a report for an exercise (bad formatting, wrong solution, etc.)

## Request body

- ExerciseReportCreate
  - `exercise_id` string, required
  - `report_type` 'bad_formatting' | 'wrong_solution' | 'unclear_explanation' | 'other', required
  - `description` string, nullable

## Response `200`

Successful Response

- RoutersCpgeExercisesBasicResponse
  - `status` string, required
  - `message` string, required
  - `data` object, nullable
  - `transcript` string, nullable
  - `url` string, nullable

## 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/ef67479ed898/schema)
