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

# 列出 incident

> 列出告警 incident。

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

默认只返回 open 和 acknowledged incident。使用 `?scope=all&window_secs=604800` 查询近期历史；窗口会
限制在 1 小时到 365 天之间，活动 incident 始终包含在内。列表项包含精简的关联摘要，以及
`current_step`、`acknowledged_at`、`resolved_at` 等字段。读取需要 `alerts.read`。
