List existing DNS records
Retrieves a list of DNS records created for a domain name. By default it returns 20 records if no limit is provided. The rest can be retrieved using the pagination options.
Authorizations
Default authentication mechanism
Path Parameters
"example.com"
Query Parameters
Maximum number of records to list from a request.
20
Get records created after this JavaScript timestamp.
1609499532000
Get records created before this JavaScript timestamp.
1612264332000
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"
Response
Successful response retrieving a list of paginated DNS records.
The response is of type string
.
The response is of type string
.
The response is of type object
.
Successful response retrieving a list of paginated DNS records.