Skip to main content
GET
List Events

Authorizations

x-api-key
string
header
required

Path Parameters

monitor_id
string
required

Query Parameters

lookback_period
string
default:10d

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.

Response

Successful Response

Response containing monitor execution history.

events
(MonitorEventDetail · object | MonitorExecutionError · object | MonitorCompletion · object)[]
required

List of execution events for the monitor.

Event response for a material change detected by a monitor.