> ## Documentation Index
> Fetch the complete documentation index at: https://formpaste.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# CSV export

> Export a single form's submissions, or every submission on the account, to CSV.

<Info>**Free** - included on every plan.</Info>

Submission data isn't locked into the dashboard. You can export it to CSV
two ways, both owner-scoped to forms you own.

## Per-form export

From a form's **Inbox** tab in the [dashboard](https://app.formpaste.com),
export that form's submissions. This downloads every submission on the form
(not just the current page) as a CSV file.

## Account-wide export

From **Settings → Data & privacy**, export every submission across every
form on your account in one CSV.

## What's in the file

Each row is one submission:

| Column          | Notes                                                                                              |
| --------------- | -------------------------------------------------------------------------------------------------- |
| `submission_id` |                                                                                                    |
| `submitted_at`  | ISO 8601 timestamp                                                                                 |
| `status`        |                                                                                                    |
| `form`          | Account-wide export only - identifies which form the row belongs to; omitted from per-form exports |
| *(your fields)* | Every field name your submissions used, sorted alphabetically, unioned across all exported rows    |

<Note>
  The internal spam score is never included - it's a heuristic signal, not
  lead data, so it's excluded from both exports.
</Note>

## Scope

Both exports only ever include forms you own - there's no way to export
another account's data. Rows respect the same [retention window](/docs/features/submission-history)
as the dashboard view: once a submission ages out and is deleted, it no
longer appears in an export either.
