# Export transaction history

## Overview

* Export your transaction history to a .csv file.
* Operators can export the transaction history of accounts they've got access to.
* Administrators can export the history of all accounts.

## Instructions

1. Go to the **Transactions** page.
2. (optional) Use the table's filters to define which data you want to export.

<figure><img src="/files/JgzO0trbBjUzfAwHm5aD" alt=""><figcaption></figcaption></figure>

3. Click **Export to CSV** in the top right corner. **Full** exports include 2 additional columns (SCI Incoming Transfers, and SCI Outgoing Transfer) that provide data on token transfers triggered by the transaction (ERC20, ERC721 and ERC1155). **Light** exports do not include this data.

## Results

A .csv file is generated and saved on your computer. Note that for Direct Access accounts, full transaction history is not available (notably incoming transactions). However, you can leverage external tools, such as explorers, to retrieve the information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.enterprise.ledger.com/help-center/core/transactions/export-transaction-history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
