v19

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-084091267.1 KB
Monitor

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.

get/v1/monitors/{monitor_id}/events

Path parameters

monitor_idstring required

Query parameters

event_group_idstring nullable

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.

cursorstring nullable

Pass next_cursor from a previous response to retrieve more events.

Pass next_cursor from a previous response to retrieve more events.

limitinteger nullable

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.

include_completionsboolean

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.

next_cursorstring nullable

Pass as cursor to retrieve more events. Absent when there are no more events.