> ## Documentation Index
> Fetch the complete documentation index at: https://docs.molesignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List incidents

> List alert incidents.

```http theme={null}
GET /api/v1/alerts/incidents
```

By default this endpoint returns only open and acknowledged incidents. Use
`?scope=all&window_secs=604800` for recent history; the window is clamped to one hour–365 days and
active incidents are always included. List entries contain a compact correlation summary and fields
such as `current_step`, `acknowledged_at`, and `resolved_at`. Reading requires `alerts.read`.
