how to get details of the status of individual deployed apps on windows 10 devices with MS Graph

Divya Gunasekaran 20 Reputation points
2023-08-07T14:20:02.4866667+00:00

I’m looking for direction on how to get details of the status of individual deployed apps on windows 10 devices with MS Graph. I basically want to get what is on the Managed Apps “tab” in intune. I can’t seem to find the endpoint/logic to use.

I tried this api :

https://graph.microsoft.com/v1.0/deviceAppManagement/mobileApps/user/9ccebafb-ccea-481d-a11a-34228e3d22ec/deviceStatuses

response is :

Resources is deviceStatuese is not segement

please provide the valid url.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,234 questions
Microsoft Intune Updates
Microsoft Intune Updates
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
90 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lu Dai-MSFT 28,366 Reputation points
    2023-08-08T02:20:41.7533333+00:00

    @Divya Gunasekaran Thanks for posting in our Q&A.

    Please try to click on "F12" to open DevTools and we can get the detailed request URL.

    When I select a windows device > managed apps, I can see a request URL.

    User's image

    when I run the request URL in graph explorer, I will see the install status.

    User's image

    Hope it will give you some ideas.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.