get_zone
Retrieve detailed configuration and settings for a specific Cloudflare zone using its unique zone ID to manage DNS, security, and performance settings.
Instructions
Get detailed information about a specific zone by zone ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | The zone ID |
Input Schema (JSON Schema)
{
"properties": {
"zone_id": {
"description": "The zone ID",
"type": "string"
}
},
"required": [
"zone_id"
],
"type": "object"
}