curl --location '/v1/admin/service-status//incident-history/'{
"endpoint": "GET /v1/admin/service-status/{service}/incident-history/{incidentID}",
"service": "realtime.gateway",
"incident": {
"id": "11111111-1111-1111-1111-111111111111",
"service": "realtime.gateway",
"summary": "Gateway probe is degraded.",
"severity": "warning",
"state": "resolved",
"linkedSessionID": "22222222-2222-2222-2222-222222222222",
"createdAt": "2026-04-01T16:10:00Z",
"updatedAt": "2026-04-01T16:31:00Z",
"details": "Deep probe latency exceeded the warning threshold."
}
}