Skip to main content
Solved

Does a call to the API affects on automation counter?


Forum|alt.badge.img+1

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

Best answer by ScottWorld

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.

View original
Did this topic help you find an answer to your question?

2 replies

ScottWorld
Forum|alt.badge.img+33
  • Brainy
  • 8782 replies
  • Answer
  • March 11, 2021

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.


Forum|alt.badge.img+19
  • Inspiring
  • 3264 replies
  • March 11, 2021
ScottWorld wrote:

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.


Reply