action cloudflare_access_custom_pages_list_custom_pages { label: "List custom pages" description: "List custom pages" provider: cloudflare method: GET path: "/accounts/{account_id}/access/custom_pages" encoding: json input: { type: "object" properties: { account_id: { type: "string" description: "Identifier." } per_page: { type: "integer" description: "Number of results per page." } } required: ["account_id"] additionalProperties: false } output: { type: "object" } }