Returns the runtime state of all alerts for a given subscription. Each entry in the response indicates whether the subscription is within_limit or in_alarm for a specific alert.
Use this endpoint to build a subscription-level dashboard showing which thresholds have been breached and when.
Note: This endpoint returns runtime state, not alert configurations. To retrieve the alert rules that apply to a subscription, use List applicable alerts.
Sample Request
Sample Result[JSON]
URL Format
Input Parameters
Filter Params
optional, enumerated string filter
Filter by alarm_status to find alerts in a specific runtime state.
Example → alarm_status[is] = "in_alarm"
optional, string filter
Filter by alert_id to find the status for a specific alert.
Example → alert_id[is] = "alert___dev__3Nl7purV3LwbKYH"
Returns
Returned only if more results are available. Pass this value as offset in the next request to fetch the next page.