---
title: "Get Batch Upload Reviews"
method: GET
path: "/admin/batch-upload-metrics/reviews"
tags: ["admin_batch_upload_metrics"]
---

# Get Batch Upload Reviews

`GET /admin/batch-upload-metrics/reviews`

Get paginated list of batch upload feedback.

## Query parameters

- `start` string, required — ISO8601 start date
- `end` string, required — ISO8601 end date
- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- BatchUploadReviewItem[]
  - `id` string, required
  - `user_email` string, nullable, required
  - `rating` integer, 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/ef67479ed898/schema)
