cf_list_access_apps
Retrieve a list of Cloudflare Access apps for an account using auto-paginated API calls. Returns app IDs, names, domains, and key configuration details.
Instructions
List Cloudflare Access applications configured at the account.
Calls: GET /accounts/{account_id}/access/apps (auto-paginated).
Returns: envelope with `data = {apps: [...], count, account_id}`.
**Compact projection**: each app is reduced to {id, name, domain, type,
session_duration, auto_redirect_to_identity, aud, created_at, updated_at}.
Cloudflare returns a much larger payload per app (policies, allowed_idps,
cors_headers, custom_pages, http_only_cookie_attribute, etc.) — at 50
apps × ~3.7KB this blows the 20K-token response ceiling. For full app
config, call `cf_get_access_app(account_id, app_id)`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | ||
| max_pages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |