dns-records
List DNS records
Retrieve DNS records for the specified domain. Supports filtering by record type and subdomain name, and cursor-based pagination.
get/domains/{name}/dns/records
Path parameters
namestring required
Query parameters
$cursorstring
typeDnsRecordType[]
subNamestring[]
Response
List of DNS records
Example response
{
"items": [
{
"id": "rr-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
]
}