Your API key for authentication.
Query Parameters
Optional metric filter. Allowed values: latency, api_errors, call_length.
Number of events to return. Must be between 1 and 200.
Response
Recent alarm event entries.
data.events[].metric_type
Metric associated with this event.
data.events[].previous_state
Previous alarm state before transition.
New alarm state after transition.
Deviation from baseline at evaluation time.
Threshold in effect for this event.
Correlation ID for alarm/recovery pairing when present.
Event type when a notification/state event was recorded (for example deviation_detected or deviation_recovered).
ISO timestamp when the event was recorded.
{
"data": {
"events": [
{
"id": "41a53fc5-a9f7-4e6f-a89a-b12e0f9f4c43",
"metric_type": "latency",
"previous_state": "RECOVERY_PENDING",
"new_state": "NORMAL",
"deviation": 0,
"threshold": 1,
"alarm_id": "8b90c6df-5a47-4db5-9ab3-d7f1da30da6e",
"event_type": "deviation_recovered",
"created_at": "2026-03-12T01:15:01.393Z"
}
]
},
"errors": null
}