> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Gateways

List account gateways.

<Note>
  External Documentation

  To learn more, visit the [Cloudflare documentation](https://developers.cloudflare.com/api/resources/ai_gateway/methods/list/).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter   | Description                 |
  | ----------- | --------------------------- |
  | Account ID  | Your Cloudflare Account ID. |
  | Search Text | Text to search in logs.     |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                          |
  | --------- | ---------------------------------------------------- |
  | Page      | The page number to show results from.                |
  | Per Page  | Maximum number of results per page. (in range 1-50). |
</div>

## Example Output

```json theme={"dark"}
{
	"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
}
```

## Workflow Library Example

[List Gateways with Cloudflare and Send Results Via Email](https://library.blinkops.com/workflows/list-gateways-with-cloudflare-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-gateways-with-cloudflare-and-send-results-via-email/canvas" />
</div>
