Retrieve a paginated list of monitoring runs (executions), regardless of whether they produced alerts.
Documentation Index
Fetch the complete documentation index at: https://docs.godiligent.ai/llms.txt
Use this file to discover all available pages before exploring further.
from and to, the endpoint returns the last 30 days.
GET/monitoring-executionsfrom (ISO 8601 string, optional) - Start of the window. Defaults to 30 days before to.to (ISO 8601 string, optional) - End of the window. Defaults to now.page_size (integer, optional) - Number of runs per page
next_token (string, optional) - Pagination token for next page (Base64-encoded)items (array) - List of monitoring run summaries
id (string) - Unique identifier for the runmonitoring_id (string) - ID of the monitoring this run belongs towebsite (string) - Website that was monitoredexecution_time (string) - ISO 8601 timestamp of when the run was executedexternal_id (string|null) - External reference ID (null if not set)alert_count (integer) - Number of alerts produced by the run (0 if none)next_token (string|null) - Token for next page (null if no more pages)from or to (must be ISO 8601 date-time)from is after topage_size{ "error": "Date range cannot exceed 60 days" }next_tokennext_token from the previous responsenext_token will be nullStart of the window (ISO 8601). Defaults to 30 days before to.
End of the window (ISO 8601). Defaults to now.
Number of runs per page (1-100, default 10)
1 <= x <= 100Pagination token for next page (Base64-encoded)