> ## 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 Report

Export an item report from an estimated e-Discovery search. The `Location` response header contains the operation ID used to poll its status with the `Get Case Operation` action.

* **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-exportreport?view=graph-rest-1.0\&tabs=http).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter          | Description                                                                                                                                                                                                                                                                                                                                               |
  | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Additional Options | The additional items to include in the export.<br /><br />**Notes:** <br />\* The `advancedIndexing` value is only available when `exportCriteria` includes `partiallyIndexed`.<br />\* Select the `include Unknown Enum Members` to use the evolvable enum values `htmlTranscripts`, `advancedIndexing`, and `allItemsInFolder` in `Additional Options`. |
  | Case ID            | The e-Discovery case ID. Can be obtained by using the `List Cases` action.                                                                                                                                                                                                                                                                                |
  | Description        | The description of the export report.                                                                                                                                                                                                                                                                                                                     |
  | Display Name       | The display name of the export report.                                                                                                                                                                                                                                                                                                                    |
  | Export Criteria    | The portion of the estimate report to export.                                                                                                                                                                                                                                                                                                             |
  | Search ID          | The e-Discovery search ID of the search to retrieve.                                                                                                                                                                                                                                                                                                      |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                    | Description                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Cloud Attachment Version     | The versions of cloud attachments to include in messages.                                                                                                                                                                                                                                                                                                                                                                                         |
  | Document Version             | The versions of files in SharePoint to include.                                                                                                                                                                                                                                                                                                                                                                                                   |
  | Export Location              | The location scope for partially indexed items.<br /><br />**Note:** The `nonresponsiveLocations` value is only available when `exportCriteria` includes `partiallyIndexed`.                                                                                                                                                                                                                                                                      |
  | Include Unknown Enum Members | Select to use the evolvable enum values `htmlTranscripts`, `advancedIndexing`, and `allItemsInFolder` in `Additional Options`, By adding the `Prefer: include-unknown-enum-members` request header.<br /><br />For more information about the `Prefer: include-unknown-enum-members` header, visit [e-Discovery documentation](https://learn.microsoft.com/en-us/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations). |
</div>

## Workflow Library Example

[Export Report with Microsoft E Discovery and Send Results Via Email](https://library.blinkops.com/workflows/export-report-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-report-with-microsoft-e-discovery-and-send-results-via-email/canvas" />
</div>
