Import and Export
Export, import, clone, copy, reindex, and stats endpoints
Export
GET /:plate-id/export?database=default&format=jsonl
GET /:plate-id/export?database=default&format=ndjsonExport payload includes:
- database metadata
- collection definitions
- records with IDs, documents, metadata, and optional embeddings
Import
POST /:plate-id/importImport payload accepts database + collection + records structure for round-trip workflows.
Collection operations
POST /:plate-id/databases/:database/collections/:collection/clonePOST /:plate-id/databases/:database/collections/:collection/copyPOST /:plate-id/databases/:database/collections/:collection/reindexGET /:plate-id/databases/:database/collections/:collection/stats
These endpoints are for operational workflows around migration and maintenance.