Error call api graph api

Ticket 25 Reputation points
2025-01-08T10:08:33.4366667+00:00

My account call rest api to :
https://graph.microsoft.com/v1.0/me/mailFolders/Inbox/messages?$top=10&$orderby=receivedDateTime
and i get error message :
Application Request Queue Full HTTP Error 503. The application request queue is full.

Outlook
Outlook
A family of Microsoft email and calendar products.
4,503 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,296 questions
{count} vote

Accepted answer
  1. CarlZhao-MSFT 45,761 Reputation points
    2025-01-09T09:07:26.41+00:00

    Hi @Ticket

    This looks like an error thrown by the server, and a 503 error usually means that the service is temporarily unavailable for maintenance or is overloaded. You can repeat the request after a delay, the length of which can be specified in the 'Retry-After' header.

    Hope this helps.

    If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.