Export types
| Type | Endpoint | Typical use |
|---|---|---|
| Table export | POST /projects/{project}/export/table/{table} | Export one table as CSV or JSON. |
| Database export | POST /projects/{project}/export/database | Export the project database snapshot. |
| Schema export | POST /projects/{project}/export/schema | Export table/column/index metadata. |