list_custom_hostnames
Lists custom hostnames (SSL for SaaS) for a Cloudflare zone, with optional hostname filter and pagination.
Instructions
List custom hostnames (SSL for SaaS) on a zone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | The Cloudflare zone ID (32-char hex). Get it from list_zones. | |
| hostname | No | Filter by hostname. | |
| page | No | ||
| per_page | No | ||
| fetch_all | No | When true, follow pagination and return all pages combined (ignores page/per_page). |