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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Alert whose triggers to list.
Query Parameters
Page size, 1-200. Unset uses the server default (25).
Cursor for forward pagination. Set to the trigger_id of the last
item from the previous page.
Cursor for backward pagination. Set to the trigger_id of the
first item from the previous page.