API Reference

/v1/history/dns

Retrieves a list of DNS history records with optional filtering by dnsSubdomainName

Log in to see full request history
Query Params
integer
Defaults to 1

The page number to retrieve.

integer
Defaults to 100

The number of records to retrieve per page.

Headers
string

Optional header to specify customer ID other than default

string

Optional header to filter by DNS subdomain name.

Responses

Response body
object
integer

The total number of records available.

integer

The current page number.

integer

The total number of pages.

integer

The limit of records per page.

results
array of objects
results
object
integer

The ID of the customer.

string

The name of the customer.

string

The ID of the DNS asset.

string

The domain name of the DNS record.

string

The subdomain name of the DNS record.

string

The type of the DNS record (e.g., A, CNAME, MX).

date

The scan day when the record was first entered.

integer

The TTL (Time to Live) of the DNS record.

string

The host ID associated with the DNS record.

string

The values of the DNS record.

string

The previous value of the DNS record.

string

The current value of the DNS record.

string

The type of change (e.g., update, addition).

string

Specific details about the change.

string

Metadata tags for the DNS asset.

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json