Skip to main content
GET
List Monitors

Authorizations

x-api-key
string
header
required

Pass your Exa API key in the x-api-key header. You can also authenticate with Authorization: Bearer .

Query Parameters

status
enum<string>

Filter monitors by status

Available options:
active,
paused,
disabled
cursor
string

Pagination cursor from a previous response

limit
integer
default:50

Number of results per page

Required range: 1 <= x <= 100
name
string

Filter monitors by name (case-insensitive substring match)

Maximum string length: 250
metadata
object

Filter monitors by metadata key-value pairs (exact match, AND semantics). Use bracket notation: metadata[key]=value.

Response

200 - application/json

A paginated list of monitors

data
object[]
required

The list of monitors

hasMore
boolean
required

Whether there are more results

nextCursor
string | null

Cursor for the next page