list_dns_records
Fetch and filter DNS records for a Cloudflare zone, retrieving details like type, name, content, TTL, and proxy status. Simplify DNS management by querying specific records with pagination support.
Instructions
List DNS records for a Cloudflare zone. Returns record details such as ID, type, name, content, TTL, and proxy status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | DNS record name to filter by | |
| page | No | Page number of paginated results (default: 1) | |
| type | No | DNS record type to filter by (A, AAAA, CNAME, TXT, MX, etc.) | |
| content | No | DNS record content to filter by | |
| zone_id | Yes | required,The ID of the zone | |
| per_page | No | Number of records per page (default: 100, max: 5000) |