Forum Discussion
Narmatha_svk
Mar 09, 2026Copper Contributor
Intune Graph API deviceStatuses missing device shown in portal
Hello, I am retrieving device status for an Intune configuration profile using Microsoft Graph API. API request: GET https://graph.microsoft.com/beta/deviceManagement/deviceConfigurations...
KetanKamble3894
Aug 14, 2026Copper Contributor
Building on Jamony's point — the reporting-model mismatch is the right direction. The legacy deviceStatuses navigation property reflects the old per-policy reporting pipeline; the portal blade and the newer deviceManagement/reports/exportJobs report types reflect Intune's unified reporting service, which is why they can disagree on the same device. If the export-job route (report type for config policy device status) hasn't been tried yet, that's the one I'd treat as canonical going forward rather than the deprecated navigation property — can post the exact request body once verified