API explorer
Simple, static API preview. These payloads are demo-only but mirror what a real integration might expose.
Endpoint
GET /api/incidents
List of recent incidents with fused risk score.
Example response
{
"items": [
{
"id": "INC692315e264180",
"risk": "Medium",
"fusion_score": 0.72,
"created_at": "2025-11-23T14:10:42Z"
},
{
"id": "INC69224ebbdd64e7",
"risk": "High",
"fusion_score": 0.86,
"created_at": "2025-11-23T00:48:13Z"
}
]
}