List Monitors
List monitors ordered by creation time, newest first.
Monitors are sorted by created_at descending. limit defaults to 100.
Use next_cursor from the response and pass it as cursor to fetch the
next page. Pagination ends when next_cursor is absent.
By default only active monitors are returned. Pass status=cancelled
or both values to include cancelled monitors.
The legacy Monitor API (/v1alpha/monitors endpoints) is documented under
the Monitor (Alpha) tag.
Authorizations
Query Parameters
Pagination token from next_cursor in a previous response. Omit to start from the most recently created monitor.
Maximum number of monitors to return. Defaults to 100. Between 1 and 10000.
1 <= x <= 10000Filter by monitor type. Pass multiple times to filter by multiple values. Omit to return all types.
event_stream, snapshot Filter by monitor status. Pass multiple times to filter by multiple values. Defaults to active only.
active, cancelled