export_dns_zone
Export all DNS records for a Cloudflare zone as a JSON array, enabling easy backups and bulk operations.
Instructions
Export all DNS records for a zone as a JSON array. Useful for backups and bulk operations. Call list_zones first to resolve a domain name to a zone_id if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | No | Cloudflare zone ID. Omit to use CLOUDFLARE_ZONE_ID env var. |