Skip to main content
GET
Get event details

Authorizations

X-Api-Key
string
header
required

API key used to authenticate yourself on DNSRadar. Obtain your API key from your DNSRadar dashboard.

Path Parameters

monitor_id
string
required
event_id
string
required

Event UUID (starts with 'evt_')

Response

Event details

DNS change event detected by monitoring

id
string

Event identifier with 'evt_' prefix

Example:

"evt_abc123..."

monitor_id
string

UUID of the associated monitor

Example:

"mon_abc123..."

monitor
object

Monitor information associated with this event

occurred
string<date-time>

Datetime when the event occurred in ISO 8601 format

previous_value
string[] | null

Previous DNS values

Example:
current_value
string[] | null

New DNS values

Example:
old_state
enum<string>

Previous monitoring state

Available options:
UNSET,
VALID,
INVALID,
TIMEOUT,
MISMATCH,
NOT_FOUND,
NO_DATA,
BAD_SETUP
Example:

"MISMATCH"

new_state
enum<string>

New monitoring state

Available options:
VALID,
INVALID,
TIMEOUT,
MISMATCH,
NOT_FOUND,
NO_DATA,
BAD_SETUP
Example:

"VALID"

incidence_count
integer

Total number of incidents for the monitor.

Example:

0