List DNS Records
list_dns_recordsList DNS records for a zone, filtering by type, name, content, or tag. Use to find existing records before creating or updating to avoid conflicts.
Instructions
List DNS records for a zone. Filter by record type, name, or content. Use this to find existing records before creating or updating them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag (exact match, e.g., key:value) | |
| name | No | Filter by exact record name (e.g., sub.example.com) | |
| page | No | Page number (default: 1) | |
| type | No | Filter by record type (A, AAAA, CNAME, MX, TXT, etc.) | |
| order | No | Field to order by | |
| search | No | General search across name and content | |
| comment | No | Filter by comment text (contains match) | |
| content | No | Filter by record content/value | |
| proxied | No | Filter by Cloudflare proxy status | |
| zone_id | Yes | The zone ID | |
| per_page | No | Results per page (default: 100, max: 5000) | |
| direction | No | Sort direction |