Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions src/content/docs/cloudflare-one/account-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ This page lists the default account limits for rules, applications, fields, and
| Lists | 100 |
| Entries per list (Standard users) | 1,000 |
| Entries per list (Enterprise users) | 5,000 |
| List API requests per minute | 60 |
| DNS Logpush jobs | 5 |
| HTTP Logpush jobs | 5 |

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

## WARP

| Feature | Character limit |
| ----------------------------- | ------------------ |
| Device profile expression | 10,000 |
| Combined Split Tunnel and Local Domain Fallback entries per device profile | 1,000 |
| Feature | Character limit |
| -------------------------------------------------------------------------- | --------------- |
| Device profile expression | 10,000 |
| Combined Split Tunnel and Local Domain Fallback entries per device profile | 1,000 |
4 changes: 4 additions & 0 deletions src/content/docs/cloudflare-one/policies/gateway/lists.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ Lists cannot have duplicate entries. Because hostnames are converted to [Punycod
### Extended email addresses

<Render file="gateway/extended-email" />

### API rate limit

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.
25 changes: 12 additions & 13 deletions src/content/partials/fundamentals/api-rate-limits.mdx
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---
{}

---

## API token limits

| Type | Limit |
|------|-------|
| Client API per user | 1200/5 minutes |
| Client API per IP | 200/second|
| GraphQL | Varies by query cost. Max 320/5 min|
| User API token quota | 50 |
| Account API token quota | 500 |
| Type | Limit |
| ----------------------- | ----------------------------------- |
| Client API per user | 1200/5 minutes |
| Client API per IP | 200/second |
| GraphQL | Varies by query cost. Max 320/5 min |
| User API token quota | 50 |
| Account API token quota | 500 |

:::note
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.
Expand All @@ -21,10 +20,10 @@ If you exceed this limit, all API calls for the next five minutes will be blocke

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

* [Cache Purge APIs](/cache/how-to/purge-cache/#availability-and-limits)
* [GraphQL APIs](/analytics/graphql-api/limits/): 300 GraphQL queries over 5-minute window
* [Rulesets APIs](/ruleset-engine/rulesets-api/#limits)
* [Lists API](/waf/tools/lists/lists-api/#rate-limiting-for-lists-api-requests): 10,000 list changes in five minutes
* Gateway Lists API: 60 list updates per minute
- [Cache Purge APIs](/cache/how-to/purge-cache/#availability-and-limits)
- [GraphQL APIs](/analytics/graphql-api/limits/): 300 GraphQL queries over 5-minute window
- [Rulesets APIs](/ruleset-engine/rulesets-api/#limits)
- [Lists API](/waf/tools/lists/lists-api/#rate-limiting-for-lists-api-requests): 10,000 list changes in five minutes
- [Gateway Lists API](/cloudflare-one/policies/gateway/lists/#api-rate-limit): 60 list updates per minute

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.