Get DNS record
get_dns_recordRetrieve a single DNS record by its exact ID for a specified domain to inspect its configuration and details. Use IDs from list_dns_records.
Instructions
[READ] Get one DNS record by id. Official: GET /cdn/4.0/domains/{domain}/dns-records/{id}. Never invent record_id — obtain from list_dns_records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| record_id | Yes | Exact DNS record id returned by list_dns_records / get_dns_record |