# Exports

Export large datasets in your preferred format via the export buttons available throughout InteractiveAI. Exports are processed **asynchronously** and remain available for download for one hour. You will receive an email notification once your export is ready.

<div data-with-frame="true"><figure><img src="/files/32K9ni5nPpurP7lHLQ9v" alt=""><figcaption></figcaption></figure></div>

***

### How Exports Work

1. Trigger an export from any supported view such as a Dataset Run using the export/download button
2. The export job begins processing in the background
3. You receive an email notification when the export completes
4. Download the file from the Exports page

This asynchronous approach allows you to continue working while large datasets are prepared, without blocking your workflow.

***

### Export Properties

| Property         | Description                                                                                        |
| ---------------- | -------------------------------------------------------------------------------------------------- |
| **Name**         | Export identifier with timestamp and data type (e.g., "2025-11-20T12:05:21.401Z - traces as JSON") |
| **Status**       | Processing state: **Completed**, **Processing**, or **Failed**                                     |
| **Download URL** | Link availability: The actual **download link** or an "**Expired"** message                        |
| **Created By**   | User who initiated the export                                                                      |
| **Format**       | File format chosen (CSV, JSON or JSONL)                                                            |
| **Log**          | Export details                                                                                     |

***

### Download Availability Window

Completed exports remain available for download for a set period of time after processing finishes. After this, the Download URL status changes to **Expired** and the file is no longer accessible. If you need the data after expiration, trigger a new export from the original source view.


---

# 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://docs.interactive.ai/settings/exports.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.
