Skip to content

HTTP Internal Server Error 500 When Subsequently Retrieving @odata property (@odata.nextLink) By Clicking Links on https://graph.microsoft.com/v1.0/applications/delta Running Query #4000

@f-widjaja

Description

@f-widjaja

Describe the bug
When running https://graph.microsoft.com/v1.0/applications/delta query on Graph Explorer (https://developer.microsoft.com/en-us/graph/graph-explorer), to retrieve subsequent results (for additional records) - on Response Preview tab, by clicking This response contains an @OData property. @odata.nextLink Click here to follow the link - results would keep displaying however at some point, it returns Internal Server Error - 500:

{
"error": {
"code": "InternalServerError",
"message": "Error while processing response.",
"innerError": {
"date": "2025-12-24T08:09:39",
"request-id": "04e33019-0af2-4b13-8fc1-5587e8b27d25",
"client-request-id": "14e08d36-9359-e791-8c56-5fc3e16d9ad3"
}
}
}

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://developer.microsoft.com/en-us/graph/graph-explorer and paste https://graph.microsoft.com/v1.0/applications/delta on GET v1.0 query field and click Run Query button
  2. Upon the first response, we would get OK 200, and on Response Preview tab, there are two things:
    a. Information Display = This response contains an @OData property. @odata.nextLink Click here to follow the link.
    b. Response result in json format - notice $skiptoken token itself.
    Click Click here to follow the link._
  3. To retrieve the subsequent results, keep clicking Click here to follow the link address.
  4. What we understand, each iteration would retrieve 200 records, and if we do require to retrieve for another 200 records, we would just need to keep clicking this Click here to follow the link address.
  5. At some points, we would be getting Internal Server Error - 500 display.

Screenshots
If applicable, add screenshots to help explain your problem.

Image
Image
Image
Image
Image

Desktop (please complete the following information):

  • OS: [e.g. Windows 11]
  • Browser [e.g. Google Chrome ]
  • Version [e.g. 143.0.7499.169]

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions