External DocumentationTo learn more, visit the Cloudflare documentation.
Actions
List AI Gateways
List the AI Gateways configured for an account.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Account ID | Your Cloudflare Account ID. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Search Text | Text to search in logs. |
| Parameter | Description |
|---|---|
| Page | The page number to show results from. |
| Per Page | Maximum number of results per page. (in range 1-50). |
{
"result": [
{
"id": "my-gateway",
"account_id": "account_id",
"account_tag": "account_tag",
"cache_invalidate_on_update": true,
"cache_ttl": 0,
"collect_logs": true,
"internal_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"rate_limiting_interval": 0,
"rate_limiting_limit": 0,
"rate_limiting_technique": "fixed",
"authentication": true,
"log_management": 10000,
"log_management_strategy": "STOP_INSERTING",
"logpush": true,
"logpush_public_key": "xxxxxxxxxxxxxxxx"
}
],
"success": true
}
Was this page helpful?