---
title: "Get All Reports"
method: GET
path: "/admin/all-reports"
tags: ["admin", "admin"]
---

# Get All Reports

`GET /admin/all-reports`

Unified admin inbox over all three report systems.

Each row carries a `report_category` ('content'|'user'|'tutor'), a normalized
`status` (`pending`|`reviewing`|`resolved`|`dismissed`), and a `subject_user_id`
pointing to the user the admin should be assessing. The FE renders one
BadActorAssessmentPanel per row regardless of category.

## Query parameters

- `status` string, nullable — Filter by normalized status: pending/reviewing/resolved/dismissed/all
- `category` string, nullable — Filter by category: content/user/tutor/all
- `limit` integer
- `offset` integer

## 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)
