Data Export
Zip Export
You can export your data to a zip file from Convex by taking a backup and downloading it.
Alternatively, you can export the same data with the command line:
npx convex export --path ~/Downloads
Streaming Export
You can programmatically do a paginated streaming export by using the Data Sync API or with an integration with a third party provider.