---
title: "Get Physics Library Metrics Summary"
method: GET
path: "/admin/physics-library-metrics/summary"
tags: ["admin_physics_library_metrics"]
---

# Get Physics Library Metrics Summary

`GET /admin/physics-library-metrics/summary`

## Query parameters

- `start` string, date-time
- `end` string, date-time
- `surface` string
- `action` string
- `rating` integer, nullable
- `rating_max` integer, nullable

## Response `200`

Successful Response

- PhysicsLibraryMetricsSummary
  - `high_rating_rate` number, nullable, required
  - `average_rating` number, nullable, required
  - `ratings_count` integer, required
  - `ratings_with_category` integer
  - `category_breakdown` object[]
  - `surface_breakdown` object[]
  - `action_breakdown` object[]
  - `rating_distribution` object[]

## 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/c407f3b5a05b/schema)
