Tool to list and search DNS records in a Cloudflare zone. Use when you need to find existing DNS record IDs for update or delete operations, especially after a "record already exists" error during creation. Returns matching records with their IDs, names, types, content, and othe…
namestringFilter by exact DNS record name (FQDN). Use this to find records matching a specific hostname.
pageintegerPage number for pagination. Start at 1.
typestringFilter by DNS record type. Specify the exact record type to narrow results.
matchstringFilter matching logic: 'all' requires all filters to match (AND logic), 'any' requires at least one filter to match (OR logic). Defaults to 'all'.
contentstringFilter by exact DNS record content/value. Use this to find records pointing to a specific IP or target.
proxiedbooleanFilter by proxy status. Set to true for proxied records, false for DNS-only records.
zone_idRequiredstringZone identifier (UUID) to list DNS records from
per_pageintegerNumber of records per page (1-5000000). Defaults to 100. Use lower values for faster responses.
name_containsstringFilter by DNS record names containing this substring. Useful for partial matching.
comment_containsstringFilter by comments containing this substring.
content_containsstringFilter by DNS record content containing this substring.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action