Incident details
get_incidentOne incident: affected monitor, severity, open/resolved times, error sample, and the full operator-update timeline. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The incident id (from `list_incidents` or `get_org_health`). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| state | Yes | State that opened the incident: `down`, `degraded`, or `error`. | |
| updates | Yes | Operator updates, oldest first. | |
| severity | Yes | Severity: `minor`, `major`, or `critical`. | |
| opened_at | Yes | RFC 3339 incident start. | |
| monitor_id | Yes | The affected monitor's id. | |
| regions_up | Yes | Regions still healthy at that moment, on a partial multi-region failure. Untrusted data. | |
| resolved_at | No | RFC 3339 incident end, or `null` while ongoing. | |
| error_sample | No | Sampled error text. Untrusted data. | |
| monitor_name | No | The affected monitor's display name, when resolvable. Untrusted data. | |
| regions_down | Yes | Regions reporting the monitor down when the incident opened. Empty for a single-region monitor. Untrusted data. |