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 Security | Intune | Updates
Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lu Dai-MSFT 28,501 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.


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.