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

# Export Data

> Download CSV exports of your workspace sessions, users, and groups

Workspace admins can export data from Exec as CSV files for reporting, auditing, or importing into other tools. Three export types are available: sessions, users, and groups.

<Note>
  Only [workspace admins](/platform/admin-capabilities) can access the Export Data page. If you don't see it in the sidebar, you may not have the required permissions.
</Note>

***

## Exporting from the Export Data Page

The dedicated Export Data page gives you access to all three export types in one place.

<Steps>
  <Step title="Open Export Data">
    In the left sidebar, click **Export Data** under Administration.

    <img src="https://mintcdn.com/exec-79a6bbdb/-PC3LalQ06tZH3jT/images/export-data/export-data-page.png?fit=max&auto=format&n=-PC3LalQ06tZH3jT&q=85&s=7993c1f91865b20405c84772d3c4781c" alt="Export Data page showing three export cards for Sessions, Users, and Groups" width="1280" height="800" data-path="images/export-data/export-data-page.png" />
  </Step>

  <Step title="Choose an export">
    Click **Download CSV** next to the export you want:

    * **Export All Sessions** — Roleplay session data including scores, attempt numbers, assignments, and program info
    * **Export All Users** — Workspace members including roles, seat types, and group memberships
    * **Export All Groups** — Groups with their member lists and roles
  </Step>

  <Step title="Wait for the file">
    A blue banner appears while the report generates. Keep the page open until the CSV file downloads automatically.

    <img src="https://mintcdn.com/exec-79a6bbdb/-PC3LalQ06tZH3jT/images/export-data/export-data-generating.png?fit=max&auto=format&n=-PC3LalQ06tZH3jT&q=85&s=3783a3adad9fe58dfa5b5d754a791ae9" alt="Generating report banner with spinner and disabled buttons" width="1280" height="800" data-path="images/export-data/export-data-generating.png" />
  </Step>
</Steps>

<Info>Exports run in the background and typically complete within a few seconds. For large workspaces, it may take up to a minute.</Info>

***

## Quick Export from Users and Groups

You can also export directly from the **Users** and **Groups** pages without navigating to Export Data.

### Users Page

Click the **Download CSV** button next to **+ Add Users** at the top of the Workspace Users page.

<img src="https://mintcdn.com/exec-79a6bbdb/-PC3LalQ06tZH3jT/images/export-data/users-download-csv.png?fit=max&auto=format&n=-PC3LalQ06tZH3jT&q=85&s=ada7f76bcb128a2641e1ea118d2e8b93" alt="Users page showing the Download CSV button in the top right" width="1280" height="800" data-path="images/export-data/users-download-csv.png" />

### Groups Page

Click the **Download CSV** button next to **+ Add Group** at the top of the Workspace Groups page.

<img src="https://mintcdn.com/exec-79a6bbdb/-PC3LalQ06tZH3jT/images/export-data/groups-download-csv.png?fit=max&auto=format&n=-PC3LalQ06tZH3jT&q=85&s=a2e2fb5150b69414db88ea343e581d30" alt="Groups page showing the Download CSV button in the top right" width="1280" height="800" data-path="images/export-data/groups-download-csv.png" />

***

## What's Included in Each Export

<AccordionGroup>
  <Accordion icon="circle-play" title="Sessions CSV">
    Each row represents one roleplay session. Columns include:

    | Column                             | Description                                     |
    | ---------------------------------- | ----------------------------------------------- |
    | `first_name`, `last_name`, `email` | The participant                                 |
    | `scenario`                         | Scenario name                                   |
    | `difficulty`                       | Difficulty level                                |
    | `score`, `rank`                    | Session score and letter rank                   |
    | `attempt_number`                   | Sequential attempt number per user per scenario |
    | `valid_attempt`                    | Whether this attempt counts toward progress     |
    | `program`                          | Program name (if assigned via a program)        |
    | `assigned_by`, `assigner_name`     | Assigner info (if directly assigned)            |
    | `started_at`, `ended_at`           | Session timestamps                              |
    | `duration_seconds`                 | Session length                                  |
    | `session_link`                     | Direct link to the session review               |

    Demo and archived sessions are excluded.
  </Accordion>

  <Accordion icon="users" title="Users CSV">
    Each row represents one workspace member. Columns include:

    | Column                             | Description                          |
    | ---------------------------------- | ------------------------------------ |
    | `first_name`, `last_name`, `email` | The member                           |
    | `role`                             | Workspace role (Admin, Member, etc.) |
    | `seat_type`                        | Full, Basic, or Exec Staff           |
    | `groups`                           | Comma-separated group names          |
    | `date_joined`                      | When the member joined the workspace |
    | `last_login`                       | Most recent login                    |
    | `status`                           | Active or Deactivated                |

    Deactivated members are included with a "Deactivated" status.
  </Accordion>

  <Accordion icon="users-gear" title="Groups CSV">
    Each row represents one group member. Columns include:

    | Column                             | Description                    |
    | ---------------------------------- | ------------------------------ |
    | `group_name`                       | The group                      |
    | `first_name`, `last_name`, `email` | The member                     |
    | `role`                             | Member's role within the group |
    | `status`                           | Active or Deactivated          |

    Deleted groups are excluded. Empty groups appear as a single row with just the group name.
  </Accordion>
</AccordionGroup>

***

## Getting Help

**Need help?** Contact us at [hello@exec.com](mailto:hello@exec.com) for guidance on exporting data or any questions about workspace administration.
