list_dns_records
Retrieve DNS records from a Cloudflare zone, filtering by record type, name, or content to locate specific entries.
Instructions
List DNS records in a zone, optionally filtered by type, name, or content.
type is a record type such as A, AAAA, CNAME, MX, TXT, NS, CAA, SRV, etc. name is an exact record name (e.g. 'www.example.com'). content filters by the record's value (e.g. an IP address).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| type | No | ||
| content | No | ||
| zone_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |