Skip to content

Commit 622106f

Browse files
maxvpsdnts
authored andcommitted
[Gateway] List API rate limit (cloudflare#22767)
1 parent 91ad4d9 commit 622106f

File tree

3 files changed

+21
-16
lines changed

3 files changed

+21
-16
lines changed

src/content/docs/cloudflare-one/account-limits.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This page lists the default account limits for rules, applications, fields, and
4242
| Lists | 100 |
4343
| Entries per list (Standard users) | 1,000 |
4444
| Entries per list (Enterprise users) | 5,000 |
45+
| List API requests per minute | 60 |
4546
| DNS Logpush jobs | 5 |
4647
| HTTP Logpush jobs | 5 |
4748

@@ -94,7 +95,7 @@ This page lists the default account limits for rules, applications, fields, and
9495

9596
## WARP
9697

97-
| Feature | Character limit |
98-
| ----------------------------- | ------------------ |
99-
| Device profile expression | 10,000 |
100-
| Combined Split Tunnel and Local Domain Fallback entries per device profile | 1,000 |
98+
| Feature | Character limit |
99+
| -------------------------------------------------------------------------- | --------------- |
100+
| Device profile expression | 10,000 |
101+
| Combined Split Tunnel and Local Domain Fallback entries per device profile | 1,000 |

src/content/docs/cloudflare-one/policies/gateway/lists.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,7 @@ Lists cannot have duplicate entries. Because hostnames are converted to [Punycod
5858
### Extended email addresses
5959

6060
<Render file="gateway/extended-email" />
61+
62+
### API rate limit
63+
64+
You can send 60 requests to the [Gateway Lists](/api/resources/zero_trust/subresources/gateway/subresources/lists/) endpoint per minute. If you exceed the rate limit, Cloudflare will block subsequent requests for 120 seconds.
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
22
{}
3-
43
---
54

65
## API token limits
76

8-
| Type | Limit |
9-
|------|-------|
10-
| Client API per user | 1200/5 minutes |
11-
| Client API per IP | 200/second|
12-
| GraphQL | Varies by query cost. Max 320/5 min|
13-
| User API token quota | 50 |
14-
| Account API token quota | 500 |
7+
| Type | Limit |
8+
| ----------------------- | ----------------------------------- |
9+
| Client API per user | 1200/5 minutes |
10+
| Client API per IP | 200/second |
11+
| GraphQL | Varies by query cost. Max 320/5 min |
12+
| User API token quota | 50 |
13+
| Account API token quota | 500 |
1514

1615
:::note
1716
The global rate limit for the Cloudflare API is 1200 requests per five minute period per user, and applies cumulatively regardless of whether the request is made via the dashboard, API key, or API token.
@@ -21,9 +20,10 @@ If you exceed this limit, all API calls for the next five minutes will be blocke
2120

2221
Some specific API calls have their own limits and are documented separately, such as the following:
2322

24-
* [Cache Purge APIs](/cache/how-to/purge-cache/#availability-and-limits)
25-
* [GraphQL APIs](/analytics/graphql-api/limits/): 300 GraphQL queries over 5-minute window
26-
* [Rulesets APIs](/ruleset-engine/rulesets-api/#limits)
27-
* [Lists API](/waf/tools/lists/lists-api/#rate-limiting-for-lists-api-requests)
23+
- [Cache Purge APIs](/cache/how-to/purge-cache/#availability-and-limits)
24+
- [GraphQL APIs](/analytics/graphql-api/limits/)
25+
- [Rulesets APIs](/ruleset-engine/rulesets-api/#limits)
26+
- [Lists API](/waf/tools/lists/lists-api/#rate-limiting-for-lists-api-requests)
27+
- [Gateway Lists API](/cloudflare-one/policies/gateway/lists/#api-rate-limit)
2828

2929
Enterprise customers can also [contact Cloudflare Support](/support/contacting-cloudflare-support/) to raise the Client API per user, GraphQL, or API token limits to a higher value.

0 commit comments

Comments
 (0)