We have the limit of 50 000 automation runs in our plan. Does this limit includes API calls?
Solved
Does a call to the API affects on automation counter?

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.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.