API Rate Limits
Prefect Cloud rate limits are subject to changeAPI rate limits are subject to change.
Contact Prefect support at help@prefect.io with questions about rate limits.
flow_runs, task_runs, and flows endpoints and their subroutes are limited to:
- 400 requests per minute for Free accounts
- 2,000 requests per minute for Pro accounts
429 response with an appropriate Retry-After header if this limit is triggered. See ClientSettings for more information on how retries are handled client-side and how to modify the default behavior.
The logs endpoint is limited to:
- 700 logs per minute for Free accounts
- 10,000 logs per minute for Pro accounts
429 response if this limit is triggered.