---
title: "Get Batch Upload Metrics Summary"
method: GET
path: "/admin/batch-upload-metrics/summary"
tags: ["admin_batch_upload_metrics"]
---

# Get Batch Upload Metrics Summary

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

Get aggregated batch upload metrics.

## Query parameters

- `start` string, required — ISO8601 start date
- `end` string, required — ISO8601 end date

## Response `200`

Successful Response

- BatchUploadMetricsSummary
  - `total_uploads` integer, required
  - `avg_exercises_per_upload` number, nullable, required
  - `avg_photos_per_upload` number, nullable, required
  - `unique_users` integer, required
  - `high_rating_rate` number, nullable, required
  - `ratings_count` integer, 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)
