Get detailed information about a specific incident.
inc_01HX9VTPQR3KF8MZWBYD5N6JCE.200 OK with the full incident object.
| Field | Type | Description |
|---|---|---|
incidentId | string | Unique identifier for the incident |
title | string | Short description of the incident |
severity | string | Severity level: critical, high, medium, or low |
status | string | Current lifecycle status of the incident |
source | string | How the incident was created: automated or manual |
assignedAgents | string[] | AI agents currently assigned to investigate this incident |
rootCause | string | Root cause summary from investigation. null if not yet determined. |
recommendedActions | string[] | Suggested remediation steps. Empty array if investigation is pending. |
createdAt | string | ISO 8601 timestamp when the incident was created |
updatedAt | string | ISO 8601 timestamp when the incident was last updated |
404 Not Found if no incident exists with the given ID.