Graph commang Get-mgsecuritycaseediscoverycasesearchLastEdtimateStatisticsOeration returning 404 not found

Aditya 0 Reputation points
2025-03-07T18:48:21.2033333+00:00

Hi, Recently the Graph API command to get estimates statistics of an eDiscovery collection has stopped to work. It returns 404 object not found error. Do anyone else experience the same?

And its not like collections isn't created, it is there can can list the search with get-MgSecurityCaseEdiscoveryCaseSearch for the same search that returns 404 object not found.

Thanks,

Aditya

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
1,451 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 115.3K Reputation points MVP
    2025-03-08T16:24:56.57+00:00

    I can confirm the same behavior on my end, including with the raw Graph query, so the issue seems to be on the backend. The good news is that it does seems to work with $expand:

    GET https://graph.microsoft.com/beta/security/cases/ediscoveryCases/bc4fb3eb-321f-44cd-a2e5-73ac1ece9404/searches/30ff976a-88b4-48a9-a321-da55af8cad41?$expand=*
    

    Or via PowerShell:

    Get-MgSecurityCaseEdiscoveryCaseSearch -EdiscoveryCaseId bc4fb3eb-321f-44cd-a2e5-73ac1ece9404 -EdiscoverySearchId 30ff976a-88b4-48a9-a321-da55af8cad41 -ExpandProperty LastEstimateStatisticsOperation | select -ExpandProperty LastEstimateStatisticsOperation
    
    

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.