# Get Cloudflare DNS record

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

Get one DNS record by id in the bound zone. Requires DNS Read.

Action ID: `dns_records.get`
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

- `record_id`

## Output schema fields

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

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.get
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/cloudflare/actions
