---
title: "Get Csat Reviews"
method: GET
path: "/admin/copy-correction/csat-reviews"
tags: ["Admin Copy Correction"]
---

# Get Csat Reviews

`GET /admin/copy-correction/csat-reviews`

Get paginated CSAT reviews for copy correction (teacher or student).

## Query parameters

- `csat_type` string
- `start` string, date-time
- `end` string, date-time
- `device` string
- `school_id` string, nullable
- `class_id` string, nullable
- `rating` integer, nullable
- `rating_max` integer, nullable
- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- RoutersAdminCopyCorrectionCsatReviewItem[]
  - `id` string, required
  - `created_at` string, date-time, required
  - `device_type` string, required
  - `rating` integer, required
  - `user_email` string, nullable
  - `category` string, nullable
  - `exam_id` 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/437cd8414e9e/schema)
