---
title: "List Session Reports"
method: GET
path: "/copy-correction/{session_id}/reports"
tags: ["Copy Correction Reports"]
---

# List Session Reports

`GET /copy-correction/{session_id}/reports`

Teacher lists all reports for their correction session.

## Path parameters

- `session_id` string, required

## Query parameters

- `status` string, nullable

## Response `200`

Successful Response

- ReportResponse[]
  - `id` string, required
  - `copy_correction_id` string, required
  - `copy_id` string, required
  - `student_id` string, required
  - `student_name` string, nullable, required
  - `exercise_id` integer, nullable, required
  - `criterion_id` string, nullable, required
  - `reported_comment_text` string, required
  - `category` string, required
  - `note` string, required
  - `status` string, required
  - `resolution_note` string, nullable, required
  - `resolved_at` string, date-time, nullable, required
  - `created_at` string, date-time, 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/8d495ed916c6/schema)
