Help

Does Enterprise plan has a more API Rate Limit?

Topic Labels: API
1932 1
cancel
Showing results for 
Search instead for 
Did you mean: 
dilipborad
8 - Airtable Astronomer
8 - Airtable Astronomer

The API is limited to 5 requests per second per base. If you exceed this rate, you will receive a 429 status code and will need to wait 30 seconds before subsequent requests will succeed.

Anyone has experience with what is max request per second allowed by the AirTable Enterprise plan

1 Reply 1

It’s the same. From one of my Enterprise Plans:

RATE LIMITS

The API is limited to 5 requests per second per base. If you exceed this rate, you will receive a 429 status code and will need to wait 30 seconds before subsequent requests will succeed.

The official JavaScript client has built-in retry logic.

If you anticipate a higher read volume, we recommend using a caching proxy. This rate limit is the same for all plans and increased limits are not currently available.