action cloudflare_access_mtls_authentication_list_mtls_certificates { label: "List mTLS certificates" description: "Lists all mTLS root certificates." provider: cloudflare method: GET path: "/accounts/{account_id}/access/certificates" 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" } }