Authorizations
Path Parameters
Query Parameters
Response
Successful Response
Response containing monitor execution history.
List of execution events for the monitor.
- MonitorEventUpdate
- MonitorExecutionError
- MonitorExecutionCompletion
Retrieve execution history for a monitor (up to 300 runs).
Retrieves successful execution events from monitor runs, including events with material changes. The endpoint checks up to the specified lookback period or the previous 300 runs, whichever is less.
Events will be returned in reverse chronological order, with the most recent runs first. If an execution has a material change, outputs will also be included.
Args: lookback_period: Lookback period to fetch events from. Sample values: “10d”, “1w”. A minimum of 1 day is supported and with one day increments. Use “d” for days, “w” for weeks.
Successful Response
Response containing monitor execution history.
List of execution events for the monitor.