action cloudflare_get_accounts_account_id_brand_protection_queries { label: "Read string queries by ID" description: "Return string queries based on ID" provider: cloudflare method: GET path: "/accounts/{account_id}/brand-protection/queries" encoding: json output: { type: "object" additionalProperties: true } }