Skip to main content
GET
Python

Authorizations

x-api-key
string
header
required

Query Parameters

cursor
string | null

Pagination token from next_cursor in a previous response. Omit to start from the most recently created monitor.

limit
integer | null

Maximum number of monitors to return. Defaults to 100. Between 1 and 10000.

Required range: 1 <= x <= 10000
type
enum<string>[] | null

Filter by monitor type. Pass multiple times to filter by multiple values. Omit to return all types.

Available options:
event_stream,
snapshot
status
enum<string>[] | null

Filter by monitor status. Pass multiple times to filter by multiple values. Defaults to active only.

Available options:
active,
cancelled

Response

Paginated list of monitors.

Paginated list of monitors.

monitors
MonitorResponse · object[]
required

List of monitors for the current page.

next_cursor
string | null

Opaque pagination token. Pass as cursor to retrieve the next page. Absent when there are no more pages.