> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xdr-3.x/cortex-xdr-3.x-documentation/detect-threats-and-analyze-data/forensic-investigations/export.md).

# Export

You can export the data collection for long-term retention or offline analysis.

From the collections page, choose a search item from a hunt collection or the endpoint from a triage collection and click the export icon (![forensics\_export\_icon.png](/files/8AhFuv5ohiCFVe0Muec5)). For export of all items, select the **Export All** option from the **Exports** button at the top of the **Collections** page.

{% hint style="info" %}

### Note

You can export a collection more than once.
{% endhint %}

To view the status of the export, click the **Exports** button.

The **Investigation Exports** table displays the status of the requested exports for the selected collection. The compressed export data expires from the bucket after 30 days.

| Field             | Description                                                                                                                                                                                 |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Collection name   | Displays the name of the triage or hunt. For triage, the endpoint name of the triaged host is displayed.                                                                                    |
| Exported          | Displays the time when the exported package was created (compressed).                                                                                                                       |
| Exported by       | Displays the name of the user who requested the export.                                                                                                                                     |
| Export expiration | <p>Displays the timestamp of when the bucket data (compressed data) will be deleted.</p><p>The timestamp changes to red after the timestamp and the last column shows <em>Expired</em>.</p> |
| Status            | Indicates how many tables from the collections have been successfully exported to a bucket.                                                                                                 |
| Download button   | Enables you to download the the compressed (zip) export of the collection.                                                                                                                  |
| Bin icon          | Enables you to delete the compressed export file.                                                                                                                                           |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xdr-3.x/cortex-xdr-3.x-documentation/detect-threats-and-analyze-data/forensic-investigations/export.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
