Help

Does a call to the API affects on automation counter?

Topic Labels: API
Solved
Jump to Solution
1059 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Drew_S
4 - Data Explorer
4 - Data Explorer

We have the limit of 50 000 automation runs in our plan. Does this limit includes API calls?

1 Solution

Accepted Solutions
ScottWorld
18 - Pluto
18 - Pluto

Welcome to the community, @Drew_S!

No, API calls do not count towards your automation runs.

Although there are 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.

See Solution in Thread

2 Replies 2
ScottWorld
18 - Pluto
18 - Pluto

Welcome to the community, @Drew_S!

No, API calls do not count towards your automation runs.

Although there are 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.

Although, it appears lots of API calls may affect your own user’s performance. Hard to fathom why, but Airtable support has said exactly this.