Skip to main content

Get E-Discovery Search

Get an e-Discovery Search by the Case ID and Search ID.

  • Least privileged Microsoft Graph permission to access the action via application: eDiscovery.Read.All.
  • Higher privileged Microsoft Graph permission to access the action via application: eDiscovery.ReadWrite.All.
External Documentation

To learn more, visit the Microsoft E-Discovery documentation.

Parameters

ParameterDescription
E-Discovery Case IDThe e-Discovery case ID of the case that the search belongs to. Can be obtained by using the List Cases action.
E-Discovery Search IDThe e-Discovery search ID of the search to retrieve.

Example Output

{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#security/cases/ediscoveryCases('58399dff-cebe-478f-b1af-d3227f1fd645')/searches/$entity",
"dataSourceScopes": "none",
"description": "",
"lastModifiedDateTime": "2022-03-17T22:24:22.5038229Z",
"contentQuery": "messagekind:microsoftteams ",
"id": "60150269-9758-4439-9bc4-453c864d082f",
"displayName": "loop only",
"createdDateTime": "2022-03-17T22:24:22.5038229Z",
"lastModifiedBy": null,
"createdBy": {
"user": {
"id": "c25c3914-f9f7-43ee-9cba-a25377e0cec6",
"displayName": "MOD Administrator",
"userPrincipalName": "admin@contoso.com"
},
"application": {
"id": "80ccca67-54bd-44ab-8625-4b79c4dc7775",
"displayName": null
}
}
}

Workflow Library Example

Get E Discovery Search with Microsoft E Discovery and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop