# List Cloudflare DNS records

Canonical URL: https://docs.fuse.init.inc/integrations/cloudflare/actions/dns_records.list

List DNS records in the bound zone with optional exact-name and type filters. One page per call; opaque cursors encode page numbers. Requires DNS Read.

Action ID: `dns_records.list`
Provider: Cloudflare (`cloudflare`)
Contract version: 1

## Risk and exposure

- Risk: Read
- Idempotency: Safe — Safe to retry without coordination; repeats do not create additional side effects.
- Availability: Default
- Exposure: REST, SDK, MCP
- MCP hints: readOnly=true, destructive=false, idempotent=true, openWorld=true

## Required scopes

None.

## Input schema fields

- `exact_name`
- `type`
- `page_size`
- `cursor`

## Output schema fields

- `records`
- `records[]`
- `records[].id`
- `records[].name`
- `records[].type`
- `records[].content`
- `records[].ttl`
- `records[].proxiable`
- `records[].proxied`
- `records[].comment`
- `records[].priority`
- `records[].tags`
- `records[].tags[]`
- `records[].created_on`
- `records[].modified_on`
- `next_cursor`

Provider overview: https://docs.fuse.init.inc/integrations/cloudflare
Actions index: https://docs.fuse.init.inc/integrations/cloudflare/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/cloudflare/actions/dns_records.list
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/cloudflare/actions
