list_dns_records
List DNS records for a Cloudflare zone. Filter by record type or name to retrieve specific entries.
Instructions
List DNS records of a zone, optionally filtered by type/name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | The Cloudflare zone ID (32-char hex). Get it from list_zones. | |
| type | No | DNS record type. | |
| name | No | Filter by record name (FQDN). | |
| page | No | ||
| per_page | No | ||
| fetch_all | No | When true, follow pagination and return all pages combined (ignores page/per_page). |