2134ebffd1ef
List Escalated Alerts
List escalated alerts with pagination and filtering.
This endpoint returns AlertEvents that have been escalated (non-null session_id). Events are ordered by fired_at descending (most recent first).
Args: authorized_user: Authorized user with organization context start_time: Optional start time filter (ISO 8601 format) - filters by fired_at end_time: Optional end time filter (ISO 8601 format) - filters by fired_at page: Page number for pagination (default: 1) limit: Number of escalations per page (default: 50)
Returns: AlertEscalationResponse containing escalations and pagination metadata
Query parameters
Start time filter (ISO 8601 with zero offset)
Start time filter (ISO 8601 with zero offset)
End time filter (ISO 8601 with zero offset)
End time filter (ISO 8601 with zero offset)
Page number for pagination (default: 1)
Page number for pagination (default: 1)
Number of escalations per page (default: 50, max: 1000)
Number of escalations per page (default: 50, max: 1000)
Response
Successful Response