cf_list_super_bot_fight_mode_config
Retrieve the Super Bot Fight Mode configuration for a Cloudflare zone, focusing on bot-blocking fields like automated traffic and AI bot protection.
Instructions
Get the Super Bot Fight Mode (SBFM) configuration projection.
Re-uses the same /bot_management endpoint as cf_get_bot_management_config
but projects only the SBFM-relevant fields — convenient when the agent
is specifically investigating bot-blocking behavior.
Args:
zone_id: 32-char Cloudflare zone ID.
Returns: envelope with `data` = {definitely_automated, likely_automated,
verified_bots, static_resource_protection, optimize_wordpress,
ai_bots_protection}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |