Get a paginated list of monitoring configurations for a customer
GET/monitoringspage_size (integer, optional) - Number of items per page
sort_by (string, optional) - Field to sort results by
"last_execution""last_execution" - Sort by last execution time"next_run" - Sort by next scheduled run"state" - Sort by running state"website" - Sort by website URLsort_direction (string, optional) - Sort order
"desc""asc" - Ascending order"desc" - Descending ordernext_token (string, optional) - Pagination token for next page
state (string, optional) - Filter by running state
website (string, optional) - Filter by specific website
items (array) - List of monitoring objectsnext_token (string|null) - Token for next page (null if no more pages){ "error": "page_size must be a positive integer between 1 and 100" }{ "error": "Failed to fetch monitorings", "items": [], "next_token": null }next_tokennext_token from the previous responsenext_token will be nullwebsite and state filters cannot be used togetherwebsite takes precedence and state is ignoredwebsite or state filters, all matching results are returned and next_token is always nullsort_by, sort_direction) are ignored when using filterswebsite or state, pagination is not supported (returns all matching results)next_token is specific to the original query parameters and should not be reused with different filtersnext_token values are ignored and treated as if no token was providedNumber of items per page (1-100, default 10)
1 <= x <= 100Field to sort by (default: last_execution)
last_execution, next_run, state, website Sort order (asc or desc, default desc)
asc, desc Pagination token for next page
Filter by running state
Filter by specific website URL
OK
Unique monitoring identifier
"d6e3b214-30b1-4401-a1b8-a1bd3c6a84e4"
The monitored website URL
"https://example.com"
Customer identifier
Active monitoring checks
non_operational_website, high_risk_diligent_classification, catalog_contain_loan_flipping_indicators Monitoring frequency
weekly, every_2_weeks, every_3_weeks, every_4_weeks Whether monitoring is active
Current execution state
IDLE, RUNNING, FAILED Next scheduled execution time
Monitoring expiration date
Timestamp of last execution, null if never executed
Creation timestamp
Last update timestamp
Results from the latest monitoring execution
External identifier for this monitoring