← Back to catalog
cloudflare.dns_list
mock data$0.001 / callList DNS Records
List all DNS records for a Cloudflare zone — A, AAAA, CNAME, MX, TXT, NS records with name, content, TTL, proxy status. Filter by type or name (Cloudflare)
Input schema
name
stringFilter by record name (e.g. "www.example.com")
type
stringFilter by record type
limit
integerResults per page (default 50, max 100)
zone_idrequired
stringCloudflare Zone ID (from zones_list results)
Call via REST
curl -X POST https://unifyapi.pro/api/call/cloudflare.dns_list \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"name":"<name>","type":"<type>","limit":0,"zone_id":"<zone_id>"}'