Request
Path Parameters
uuidstringrequired
The unique identifier of the incident
Example:"inci_123"
Response
Returns the incident object if a valid identifier was provided.
Incident Objectapplication/json
uuidstring
Unique identifier for the incident
datestring
Incident creation date in ISO 8601 format
textobject
Localized incident description text
typeenum<string>
Type of incident
affectedComponentsarray<string>
Array of component UUIDs affected by the incident
statuspagesarray<string>
Array of status page UUIDs
updatesarray<object>
Array of incident updates with
uuid, date, text, and type