Skip to main content
GET
List Monitors

Authorizations

x-api-key
string
header
required

Query Parameters

cursor
string | null

Opaque pagination token returned as 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

Response

Successful Response

Paginated list of monitors with an opaque cursor for fetching the next page.

data
V0MonitorResponse · object[]
required

List of monitors, sorted by creation time descending.

next_cursor
string | null

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