---
title: "Get Admin Stats"
method: GET
path: "/admin/stats"
tags: ["admin", "admin"]
---

# Get Admin Stats

`GET /admin/stats`

Get comprehensive admin statistics.

Sync (def) so FastAPI runs it in its threadpool — a cold-cache fill on
this handler used to block the event loop for ~3.5s and queue every
other in-flight request behind it (observed post-hotfix-76 2026-05-30).
No awaits in the body, so the conversion is mechanical.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
