---
title: "Get Student Copy Viewing Reviews"
method: GET
path: "/admin/student-copy-viewing-metrics/reviews"
tags: ["admin_student_copy_viewing_metrics"]
---

# Get Student Copy Viewing Reviews

`GET /admin/student-copy-viewing-metrics/reviews`

Get paginated list of student copy viewing CSAT reviews.

## Query parameters

- `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

- StudentCopyViewingReviewItem[]
  - `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.dev/excellence-ai/apis/excellence-learning/revisions/e75413b9576a?raw)
