> ## 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 Endpoints Information

Generates a `CSV` file with the information about your endpoints. The `CSV` file is compressed into a `ZIP` file for download.

**Note**:

* This is an **asynchronous** operation.
* The `CSV` file can contain up to 500,000 results.

Required API key role permissions:

* `Endpoint Inventory - view`

<Note>
  External Documentation

  To learn more, visit the [Trend Vision One documentation](https://automation.trendmicro.com/xdr/api-v3/#tag/Endpoint-Security/paths/~1v3.0~1endpointSecurity~1endpoints~1export/post).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                                                                                                                                                                      |
  | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Filter    | Filter for retrieving a subset of the endpoint information list.<br /><br />For example: `not(osName eq 'Windows') and eppAgentAntiMalwareScans eq 'enabled'`.<br /><br />For further information, please refer to [Trend Vision One Documentation](https://automation.trendmicro.com/xdr/api-v3/#tag/Endpoint-Security/paths/~1v3.0~1endpointSecurity~1endpoints~1export/post). |
  | Order By  | Specifies the fields by which the results are sorted.                                                                                                                                                                                                                                                                                                                            |
</div>

## Workflow Library Example

[Export Endpoints Information with Trend Vision One and Send Results Via Email](https://library.blinkops.com/workflows/export-endpoints-information-with-trend-vision-one-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-endpoints-information-with-trend-vision-one-and-send-results-via-email/canvas" />
</div>
