Get event details
Events
Get event details
Get details of a specific event.
GET
Get event details
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.
Authorizations
API key used to authenticate yourself on DNSRadar. Obtain your API key from your DNSRadar dashboard.
Response
Event details
DNS change event detected by monitoring
Event identifier with 'evt_' prefix
Example:
"evt_abc123..."
UUID of the associated monitor
Example:
"mon_abc123..."
Monitor information associated with this event
Datetime when the event occurred in ISO 8601 format
Previous DNS values
Example:
["192.168.1.1"]New DNS values
Example:
["10.0.0.1"]Previous monitoring state
Available options:
UNSET, VALID, INVALID, TIMEOUT, MISMATCH, NOT_FOUND, NO_DATA, BAD_SETUP Example:
"MISMATCH"
New monitoring state
Available options:
VALID, INVALID, TIMEOUT, MISMATCH, NOT_FOUND, NO_DATA, BAD_SETUP Example:
"VALID"
Total number of incidents for the monitor.
Example:
0

