---
title: Your data
description: Export everything, any time, on every plan. Leaving should be easy; that is why staying is a choice.
section: guides
order: 1
---

# Your data

Export everything, any time, on every plan. Leaving should be easy;
that is why staying is a choice.

Your runs, evaluation results, and step detail belong to you. There are
two ways to take them with you: a one-click export, and a read API for
automation.

## Export from the dashboard

From any run list, choose **Export**. Pick the agents and the date
range, and choose whether to include step-by-step detail:

- **Runs and results** are always included.
- **Step-by-step detail** is optional, and available only within your
  plan's [step-detail horizon](/docs/billing/retention).

We assemble a zip in the background and email you a download link when
it is ready (it also appears in the dashboard). The link is valid for
seven days. The zip contains:

| File | What it is |
|------|------------|
| `runs.ndjson` | Every run in the range, one JSON object per line. |
| `runs.csv` | The same runs as a spreadsheet-friendly summary. |
| `verdicts.ndjson` | Health and evaluation results per run. |
| `events.ndjson` | Step detail, when included and within the detail horizon. |
| `README.txt` | What each file holds and how the fields map. |

Export is on **every plan, including Free**. It is a trust feature, not
an upsell: there is no tier where your own data is locked in.

## Read API

For ongoing automation, the [read API](/docs/api/read) pulls runs,
events, evaluations, and agents with a read-scoped API key, cursor
pagination, and no per-call charge. Use the export for a full snapshot
and the API for a steady feed.

## What you can do with it

Pipe runs into your own warehouse, build a custom report, feed
evaluation results into a spreadsheet, or keep an off-platform archive.
Nothing here is gated behind a sales call.
