List alert trigger events
Returns the evaluation events recorded while a trigger was open, newest first. Each event carries the observed value and, when available, exemplar traces that contributed to the breach.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Alert the trigger belongs to.
Trigger whose events to list.
Query Parameters
Page size, 1-200. Unset uses the server default (25).
Cursor for forward pagination. Set to the event_id of the last
item from the previous page.
Cursor for backward pagination. Set to the event_id of the first
item from the previous page.