list_accounts
Retrieve Cloudflare accounts accessible by your API token, with optional pagination and ability to fetch all pages.
Instructions
List Cloudflare accounts accessible by the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). | |
| per_page | No | Results per page (max 50). | |
| fetch_all | No | When true, follow pagination and return all pages combined (ignores page/per_page). |