GET
/api/incidents/{id}
Returns the details of a specific incident.
Response
{ "id": 1, "status": "active", "cause": "Connection timeout" }
Incidents
/api/incidents/{id}
Returns the details of a specific incident.
{ "id": 1, "status": "active", "cause": "Connection timeout" }