---
title: "List Breach Incidents"
method: GET
path: "/breach/incidents"
tags: ["data-breach", "data-breach"]
---

# List Breach Incidents

`GET /breach/incidents`

Get all breach incidents (admin only)

## Query parameters

- `status` string, nullable
- `severity` string, nullable

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- BreachIncidentResponse[]
  - `id` string, uuid, required
  - `breach_type` string, required
  - `description` string, required
  - `detected_at` string, date-time, required
  - `severity` string, required
  - `risk_level` string, nullable
  - `status` string, required
  - `estimated_users_affected` integer, required
  - `authority_notified_at` string, date-time, nullable
  - `users_notified_at` string, date-time, nullable

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