# Get Cloudflare zone

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

Get the bound Cloudflare zone and account metadata. Requires Zone Read on the connected zone.

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

None.

## Output schema fields

- `id`
- `name`
- `account`
- `account.id`
- `account.name`
- `status`
- `type`
- `paused`
- `name_servers`
- `name_servers[]`

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