Microsoft Graph API Request is Throttled

Janani 1 Reputation point
2021-04-30T10:13:41.627+00:00

Microsoft graph API for sign-in logs gets throttled when requested for large period ( 10- 30 days). Works fine when the period is small ( 1-5 days).
When the below query was requested we received 429 response code and the message "This request is throttled. Please try again after the value specified in the Retry-After header."
SignIn API (With 18days period) : https://graph.microsoft.com/v1.0/auditLogs/signIns?$orderby=createdDateTime asc&$filter=createdDateTime gt 2021-04-02T11:59:59Z and createdDateTime+le+2021-04-20T10:51:20Z

And based on Best practices to avoid throttling documentation, we did not exceed the request.
Does the throttling depends on the number of data being queried?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,587 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,466 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dan Kershaw 416 Reputation points Microsoft Employee
    2021-10-13T21:10:27.107+00:00
    1 person found this answer helpful.