---
title: "List Correction Requirements"
method: GET
path: "/teacher/correction-preferences/requirements"
tags: ["teacher_correction_preferences"]
---

# List Correction Requirements

`GET /teacher/correction-preferences/requirements`

List all correction requirements for the current teacher.

## Response `200`

Successful Response

- CorrectionRequirementResponse[]
  - `id` string, required
  - `name` string, required
  - `prompt_text` string, required
  - `active_grades` string[]
  - `is_active` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

[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.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
