Hi @Rick Huang ,
As documentation suggests RateLimit
headers are currently under preview release only,
- These headers are currently in
beta
and subject to change, if applications to take advantage of these headers to avoid hitting throttle, have to make use ofhttps://graph.microsoft.com/beta
APIs. - The
RateLimit
headers are returned on a best-efforts basis, so applications may not receive the headers under all conditions. - When an application consumes 80% or more of its app 1 minute limit, the
RateLimit-Limit
,RateLimit-Remaining
andRateLimit-Reset
are returned. - There are other limits that aren't presented in the
RateLimit
headers, so applications can get throttled even before reaching the limit described in theRateLimit
headers and thus don't see these headers in your response.
Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".