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.
Documentation Index
Fetch the complete documentation index at: https://docs.parallel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Filter to a single execution. Values come from monitor_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.
Maximum number of events to return. Defaults to 20. Between 1 and 100.
1 <= x <= 100When true, include completion events for executions that ran but detected no material changes. Useful for auditing execution history.
Monitor events retrieved successfully.
Paginated list of monitor events, newest first.
Monitor events returned by this request, ordered newest first.
Append-only event from an event_stream monitor.
Each event represents a distinct material change detected since the previous execution. Events are net-new relative to the cursor; clients should treat them as an append-only log.
Pass as cursor to retrieve more events. Absent when there are no more events.
Execution caveats for this page of events, e.g. compute limits.