list_dns_records
Retrieve DNS records for any GoDaddy-hosted domain with optional filtering by record type or name to locate specific entries and their record IDs for updates or deletions.
Instructions
List DNS records for a domain hosted on GoDaddy's authoritative nameservers. Filter by type and/or name (@ = zone apex). Records include the recordId needed to update or delete them. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter to records with this host name (e.g. www, _acme-challenge, or @ for apex). | |
| page | No | Page number (1-based, default 1). | |
| type | No | Filter to one record type. | |
| domain | Yes | Domain whose zone to read, e.g. example.com. | |
| pageSize | No | Records per page (1-100, default 25). |