Alerts
List alert triggers
Returns the trigger history of an alert, newest first. A trigger is one breach incident: it opens when the threshold is first crossed and resolves when the value recovers.
get/v2/alerts/{alert_id}/triggers
Path parameters
alert_idstring required
Alert whose triggers to list.
Query parameters
limitinteger
Page size, 1-200. Unset uses the server default (25).
starting_afterstring
Cursor for forward pagination. Set to the trigger_id of the last item from the previous page.
ending_beforestring
Cursor for backward pagination. Set to the trigger_id of the first item from the previous page.
Response
OK