Most automated operations that need to process many records follow one of these patterns:
These patterns make a minimal number of API requests to both extract and update many records per underlying API request, and are therefore unlikely to be rate-limited.
If making raw API requests directly, there are different limits for different API endpoints. Atlan highly recommends using the patterns documented above to avoid these limits, but a general rule of thumb is 1500 requests/minute/IP.