List events for monitor
Get a paginated list of DNS changes (as events) detected for a specific monitor.
An events is recorded each time a DNS change is detected for the monitor or when a monitor stays on an invalid state. In that last case, theDocumentation Index
Fetch the complete documentation index at: https://developers.dnsradar.dev/llms.txt
Use this file to discover all available pages before exploring further.
incidence_count increases and triggers an event.You can filter the events by either
occurred_before or occurred_after, as UTC Timestamps.You can use the pagination parameters to navigate through the list of events.
Authorizations
API key used to authenticate yourself on DNSRadar. Obtain your API key from your DNSRadar dashboard.
Path Parameters
Monitor UUID
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 events that occurred before this UTC timestamp
Filter events that occurred after this UTC timestamp
Filter events by old state
UNSET, VALID, INVALID, TIMEOUT, MISMATCH, NOT_FOUND, NO_DATA, BAD_SETUP Filter events by new state
VALID, INVALID, TIMEOUT, MISMATCH, NOT_FOUND, NO_DATA, BAD_SETUP Response
Paginated list of events
Paginated response wrapper for list endpoints. Uses cursor-based pagination with after/before parameters.

