Request
Path Parameters
uuidstringrequired
The unique identifier of the outage
Example:"outage_abc123"
Response
Returns detailed outage information including severity, summary, and post-mortem data.
Response Objectapplication/json
outageobject
The outage object with all details
outage.severityenum<string>
Severity level of the outage:
critical, major, or minoroutage.incidentNumbernumber
Auto-incrementing incident number within your project (e.g. INC-42)
outage.summarystring
User-written summary of the outage (rich text, nullable)
outage.aiSummarystring
AI-generated summary of the outage (nullable, available on paid plans)
outage.postmortemstring
Post-mortem analysis of the outage (rich text, nullable)
outage.reportedByobject
User who reported the incident (nullable, only for manual incidents). Contains
uuid, email, and name.