cloudflare_dns_list
Retrieve DNS records for Cloudflare zones with filtering options by type, name, content, or proxied status to manage domain configurations.
Instructions
List DNS records for a zone. Optionally filter by type, name, content, or proxied status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | Zone ID (32-char hex) or zone name (e.g., 'example.com') | |
| type | No | Filter by record type | |
| name | No | Filter by record name (exact match) | |
| content | No | Filter by record content | |
| proxied | No | Filter by proxied status | |
| page | No | Page number (default: 1) | |
| per_page | No | Results per page, max 5000 (default: 100) |