{
"data": {
"id": "alert_abc123",
"rule_id": "rule_xyz",
"rule_name": "High Error Rate",
"status": "firing",
"severity": "critical",
"source": "reflex",
"source_name": "error_count",
"current_value": 150,
"threshold": 100,
"operator": "gt",
"window": "5m",
"fired_at": "2024-01-15T10:30:00Z",
"incident_id": "inc_123",
"tags": {
"service": "api",
"environment": "production"
},
"history": [
{ "timestamp": "2024-01-15T10:25:00Z", "value": 80 },
{ "timestamp": "2024-01-15T10:30:00Z", "value": 150 }
]
}
}