> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Export Result

Export result from an e-Discovery search.

* **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`.

<Note>
  External Documentation

  To learn more, visit the [Microsoft E-Discovery documentation](https://learn.microsoft.com/en-us/graph/api/security-ediscoverysearch-exportresult?view=graph-rest-1.0\&tabs=http).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter             | Description                                                                                                       |
  | --------------------- | ----------------------------------------------------------------------------------------------------------------- |
  | Additional Options    | The additional options for the export.                                                                            |
  | Description           | The description of the export result.                                                                             |
  | Display Name          | The description of the export result.                                                                             |
  | E-Discovery Case ID   | The e-Discovery case ID of the case that the search belongs to. Can be obtained by using the `List Cases` action. |
  | E-Discovery Search ID | The e-Discovery search ID of the search to retrieve.                                                              |
  | Export Criteria       | The portion of the estimate results to be exported.                                                               |
  | Export Format         | The desired format of the exported emails.                                                                        |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                               |
  | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Export Location | Location scope for partially indexed items. You can choose to include partially indexed items only in responsive locations with search hits or in all targeted locations. |
</div>

## Example Output

```json theme={"dark"}
{
  Location: https://graph.microsoft.com/beta/security/cases/ediscoverycases('dbc06feb-a6a5-46a2-8e4e-534353b071e4')/operations('01826ce3-43a3-4235-a121-81d05926efae')
}
```

## Workflow Library Example

[Export Result with Microsoft E Discovery and Send Results Via Email](https://library.blinkops.com/workflows/export-result-with-microsoft-e-discovery-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/export-result-with-microsoft-e-discovery-and-send-results-via-email/canvas" />
</div>
