list_incidents
Find active or resolved uptime incidents for your organization, filtered by check, state, or time range, to diagnose monitoring issues.
Instructions
List incidents (past or active) for the org, optionally filtered by check, state, or time range. For triaging a specific check's incidents in one call, prefer diagnose_check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Max results (1-100, default 20). | |
| with | No | Comma-separated extra fields: check — include the underlying check (slug, type, config) Example: "check". | |
| since | No | Lower bound on incident start time (RFC3339), e.g. "2026-05-03T00:00:00Z". | |
| state | No | Comma-separated incident states. Allowed: active, resolved. Example: "active" or "active,resolved". | |
| until | No | Upper bound on incident start time (RFC3339), e.g. "2026-05-04T00:00:00Z". | |
| cursor | No | Opaque pagination cursor returned by a previous response. Omit on the first page. | |
| checkUid | No | Comma-separated check UIDs or slugs to filter by, e.g. "api-prod,db-prod". |