---
title: "Get Physics Library Reviews"
method: GET
path: "/admin/physics-library-metrics/reviews"
tags: ["admin_physics_library_metrics"]
---

# Get Physics Library Reviews

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

## Query parameters

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

## Response `200`

Successful Response

- PhysicsLibraryReviewItem[]
  - `id` string, required
  - `created_at` string, date-time, required
  - `device_type` string, required
  - `rating` integer, required
  - `user_email` string, nullable
  - `category` string, nullable
  - `prompt_index` integer, nullable
  - `surface` string, nullable
  - `action` string, nullable
  - `selection_count` integer, nullable
  - `question` string

## 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/2a0c1636fd3b?raw)
