> ## Documentation Index
> Fetch the complete documentation index at: https://forest-chore-open-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Export data

> Export your data to CSV for reporting, analysis, and integration with other tools.

Forest lets you export collection data to **CSV** directly from the UI. Exports respect your active filters and segments, so you can export exactly the records you need.

## Exporting records

1. Open the collection you want to export.
2. Optionally, apply **filters** or switch to a **segment** to narrow the records.
3. Click the **Export** button (download icon) in the top-right toolbar.
4. Forest will generate and download a CSV file with the current record set.

<Info>
  The export includes all records matching your current filter, not just the records on the current page. Pagination does not affect exports.
</Info>

## What gets exported

The CSV export includes:

* All **visible columns** in the current table view (as configured in the Layout Editor).
* All records matching the **active filter and segment**.
* Field values formatted as plain text.

Relationships (linked records) are exported as their identifier or display field, depending on your configuration.

## Export limits

For very large datasets, exports may take a moment to generate. Forest processes the export in the background and downloads the file when ready.

<Warning>
  Extremely large exports (hundreds of thousands of records) may be slow. Consider applying filters to reduce the dataset before exporting.
</Warning>

<Tip>For very large datasets, consider using a custom action to trigger an asynchronous export instead. This avoids timeout issues and lets you send the result by email or generate a downloadable file.</Tip>

## Exporting approval request history

From the **Approval Workflows** tab, export the history of approval requests over a given period. Click the **Export** button in that tab and select the desired time interval, you'll receive a CSV file by email.
