List monitors
Get a paginated list of all DNS monitors for the organization.
You can filter monitors by group, state, domain, subdomain, full_domain, record_type and is_active.Documentation Index
Fetch the complete documentation index at: https://developers.dnsradar.dev/llms.txt
Use this file to discover all available pages before exploring further.
For example: ?group=production&state=invalid&is_active=true
Note: If full_domain is provided, it will be split into domain and subdomain, overriding any values set in the domain and subdomain parameters.
Authorizations
API key used to authenticate yourself on DNSRadar. Obtain your API key from your DNSRadar dashboard.
Query Parameters
Cursor for fetching the next page of results. Use the value from the previous response's 'after' field.
Cursor for fetching the previous page of results. Use the value from the previous response's 'before' field.
Number of items per page (1-100, default: 20)
1 <= x <= 100Field to order results by
Sort direction
asc, desc Filter by group slug
Filter by monitor state
UNSET, VALID, INVALID, TIMEOUT, MISMATCH, NOT_FOUND, NO_DATA, BAD_SETUP Filter by domain name (ignored if full_domain is provided)
Filter by subdomain (ignored if full_domain is provided)
Filter by full domain (e.g., subdomain.example.com). Will be split into domain and subdomain, overriding the domain and subdomain parameters if they are set.
Filter by DNS record type
A, AAAA, CNAME, MX, TXT, NS, PTR, SPF, CAA Filter by active status
Response
Paginated list of monitors
Paginated response wrapper for list endpoints. Uses cursor-based pagination with after/before parameters.

