GET
/api/v1/incidents/{incidentSlug}PublicIncident detail with update timeline
| Parameter | In | Type | Description |
|---|---|---|---|
incidentSlugrequired | path | string | — |
Request
curl https://outagedeck.com/api/v1/incidents/cloudflare-durable-objects-increased-error-rate-in-enam-2026-07-06Response (truncated)
{
"meta": { "version": "v1", "generatedAt": "2026-07-07T18:20:04Z" },
"data": {
"slug": "cloudflare-durable-objects-increased-error-rate-in-enam-2026-07-06",
"title": "Durable Objects Increased Error Rate in ENAM",
"status": "resolved",
"severity": "minor",
"impactSummary": "Cloudflare reported a minor event for the affected tracked services.",
"startedAt": "2026-07-06T20:00:00Z",
"resolvedAt": "2026-07-06T21:16:00Z",
"provider": { "slug": "cloudflare", "name": "Cloudflare" },
"source": { "kind": "official_api", "name": "Cloudflare Status" },
"updates": [
{
"status": "resolved",
"body": "This incident has been resolved.",
"createdAt": "2026-07-06T21:16:00Z"
},
{
"status": "investigating",
"body": "Cloudflare is investigating elevated error rates.",
"createdAt": "2026-07-06T20:04:00Z"
}
]
}
}