Hi @Ron Weasley , the rate limit of 5 requests per 10 seconds is a default limit set by Microsoft to ensure the stability and reliability of the service. This limit is in place to prevent excessive usage of the API and to ensure that all customers have fair access to the service.
When retrieving audit logs for Entra ID, you should consider this rate limit and ensure that your application does not exceed this limit. If you exceed the rate limit, your requests may be throttled, which can result in slower response times or even failures. To avoid this, you can implement a retry mechanism with an exponential backoff strategy to handle throttling errors and avoid exceeding the rate limit.
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark "Accept Answer" so other users can reference it.
Thank you,
James