Skip to main content

Data Export

For AI agents: see llms.txt for the complete documentation index. Markdown versions are available by adding .md to a page URL or requesting Accept: text/markdown.

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.