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": "<string>",
	"dataSourceScopes": "<string>",
	"description": "<string>",
	"lastModifiedDateTime": "2023-07-23T06:18:53",
	"contentQuery": "<string>",
	"id": "<string>",
	"displayName": "<string>",
	"createdDateTime": "2024-09-29T11:35:03",
	"createdBy": {
		"user": {
			"id": "<string>",
			"displayName": "<string>",
			"userPrincipalName": "<string>"
		},
		"application": {
			"id": "<string>",
			"displayName": null
		}
	},
	"lastModifiedBy": {
		"user": {
			"id": "<string>",
			"displayName": "<string>",
			"userPrincipalName": "<string>"
		},
		"application": {
			"id": "<string>",
			"displayName": null
		}
	},
	"additionalSources@odata.context": "<string>",
	"additionalSources": []
}

Workflow Library Example

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

Preview this Workflow on desktop