Exporting a Project
You can export any individual project you have access to directly from the project view. The exported file contains all tasks in that project along with their associated data.1
Open the Project
Navigate to the project you want to export from the left sidebar. The project must be open to access its export options.
2
Open the Project Menu
Click the ⋯ (More) icon next to the project name in the top header or sidebar. This opens the project options menu.
3
Select Export
From the dropdown menu, select Export. A dialog box appears with format and content options.
4
Choose a Format
Select either CSV or JSON as your export format:
- CSV is ideal for opening in spreadsheet apps like Excel or Google Sheets
- JSON is best for programmatic processing or importing into other systems
5
Click Download
Click Download to generate and save the file to your device. Large projects may take a few seconds to prepare.
Workspace-Level Export
Workspace Admins and Owners can export all data across every project in the workspace at once. This is useful for full backups, compliance requirements, or migrating to another platform. To perform a workspace-level export:- Go to Settings → Data → Export
- Choose your preferred format (CSV or JSON)
- Select whether to include comments in the export
- Click Request Export
Only workspace Owners and Admins can access the workspace-level export. Project-level exports are available to any member with at least Commenter access to that project.
What’s Included in an Export
Both project-level and workspace-level exports contain the following fields for each task:
Custom fields you’ve added to a project are also included in the export, using the field name as the column header.
Using the API for Programmatic Export
If you need to pull data on a schedule — for example, refreshing a dashboard nightly or syncing tasks with a data warehouse — the Zolt REST API is the right tool. The API lets you query tasks, projects, and members programmatically and receive structured JSON responses you can feed directly into pipelines. See the API Resources reference for full documentation on available endpoints, query parameters, and response schemas.Zolt exports include only active, non-deleted data by default. Tasks and projects that have been permanently deleted are not recoverable through exports. Deleted items remain in Zolt’s systems for 30 days after deletion, after which they are purged in accordance with the data retention policy. If you need to recover recently deleted data, contact Zolt Support before the 30-day window closes.