List Monitor Events
List events for a monitor, newest first.
Pass event_group_id to narrow results to a single execution. Otherwise returns all executions newest-first; use next_cursor to paginate. Set include_completions=true to also include no-change executions.
Path parameters
Query parameters
Filter to a single execution. Values come from event_group_id in webhook events and listed events. Pagination params are ignored when set.
Filter to a single execution. Values come from event_group_id in webhook events and listed events. Pagination params are ignored when set.
Pass next_cursor from a previous response to retrieve more events.
Pass next_cursor from a previous response to retrieve more events.
Maximum number of events to return. Defaults to 20. Between 1 and 100.
Maximum number of events to return. Defaults to 20. Between 1 and 100.
When true, include completion events for executions that ran but detected no material changes. Useful for auditing execution history.
When true, include completion events for executions that ran but detected no material changes. Useful for auditing execution history.
Response
Monitor events retrieved successfully.