Returns
Returns a list of Monitor objects.Example
Parameters
list[string]
Filter monitors by product IDs.
list[string]
Filter monitors by version IDs.
list[string]
Filter by exact monitor names.
string
Filter by partial name match.
list[string | MonitorStatus]
Filter by monitor status.
Possible values:
ACTIVE, PAUSED, CAPPED, NO_CREDITS, FAILING. Other string values are sent to the API unchanged, so values added in newer API versions can be used; the API rejects invalid ones.list[string]
Filter by bound metric family IDs (
metric.metric_group_id).str | int
default:"None"
Filter monitors created at or after this timestamp. Accepts ISO 8601 string (e.g.,
'2024-01-01T00:00:00Z') or Unix timestamp in seconds.str | int
default:"None"
Filter monitors created at or before this timestamp. Accepts ISO 8601 string (e.g.,
'2024-12-31T23:59:59Z') or Unix timestamp in seconds.string
Sort monitors by creation date. Valid values are
"asc" and "desc".int
Number of monitors to skip before starting to collect results. Use for pagination.
int
Maximum number of monitors to return in a single request.
string | list[string]
default:"None"
The ID or IDs of the monitor(s) to retrieve.