Skip to main content
GET
Get the latest DNS record scan result for a DNS Zone

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Path Parameters

zoneId
integer<int64>
required

The DNS Zone ID

Response

Latest DNS record scan job details

JobId
string<guid>
ZoneId
integer<int64> | null
Domain
string | null
AccountId
string | null
Status
enum<integer>

0 = Pending 1 = InProgress 2 = Completed 3 = Failed

Available options:
0,
1,
2,
3
CreatedAt
string<date-time>
CompletedAt
string<date-time> | null
Records
object[] | null
Error
string | null
Last modified on July 20, 2026