Skip to main content
Exports create tracked artifacts with an export manifest. Table exports can be CSV or JSON, database exports can be ZIP/CSV or JSON, and schema exports can be JSON or SQL.

Export types

TypeEndpointTypical use
Table exportPOST /projects/{project}/export/table/{table}Export one table as CSV or JSON.
Database exportPOST /projects/{project}/export/databaseExport the project database snapshot.
Schema exportPOST /projects/{project}/export/schemaExport table/column/index metadata.

Create table export

Create database export

Create schema export

Download export