Skip to content

Commit

Permalink
Merge pull request #4621 from jkroepke/patch-1
Browse files Browse the repository at this point in the history
Add alternative URL to fetch Status of Intune report
  • Loading branch information
Erikre authored Aug 29, 2024
2 parents db39903 + eacc201 commit 56b608b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memdocs/intune/fundamentals/reports-export-graph-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Based on the above POST request, Graph returns a response message. The response
You can then use the `id` field to query the status of the export with a GET request:

For example:
```https://graph.microsoft.com/beta/deviceManagement/reports/exportJobs('Devices_05e62361-783b-4cec-b635-0aed0ecf14a3') ```
```https://graph.microsoft.com/beta/deviceManagement/reports/exportJobs('Devices_05e62361-783b-4cec-b635-0aed0ecf14a3')``` or ```https://graph.microsoft.com/beta/deviceManagement/reports/exportJobs/Devices_05e62361-783b-4cec-b635-0aed0ecf14a3```

You will need to continue calling this URL until you get a response with a `status: completed` attribute. It will look like the following example:

Expand Down

0 comments on commit 56b608b

Please sign in to comment.