List Monitors
Monitors
List Monitors
Lists all monitors for the authenticated team. Supports filtering by status and cursor-based pagination.
GET
List Monitors
Documentation Index
Fetch the complete documentation index at: https://exa.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass your Exa API key in the x-api-key header. You can also authenticate with Authorization: Bearer .
Query Parameters
Filter monitors by status
Available options:
active, paused, disabled Pagination cursor from a previous response
Number of results per page
Required range:
1 <= x <= 100Filter monitors by name (case-insensitive substring match)
Maximum string length:
250Filter monitors by metadata key-value pairs (exact match, AND semantics). Use bracket notation: metadata[key]=value.

