get_incident
Retrieve a specific incident by UID, optionally including its timeline of state transitions and notifications for troubleshooting.
Instructions
Get a single incident by UID. Pass with="events" to also include the timeline of state transitions and notifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Incident UID returned by list_incidents or diagnose_check. | |
| with | No | Comma-separated extra fields. "check" includes the underlying check; "events" includes up to 50 most-recent timeline events (status transitions, notifications, manual notes). Example: "check,events". |