list_zones
List Cloudflare zones filtered by name or status. Supports pagination and fetching all zones in one request.
Instructions
List zones (domains), optionally filtered by name or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by domain name (exact or substring). | |
| status | No | Filter by zone status. | |
| page | No | ||
| per_page | No | ||
| fetch_all | No | When true, follow pagination and return all pages combined (ignores page/per_page). |