Export Data Download
Export data as a downloadable zip file.
Streams the zip archive directly to the client. Use this from remote or web clients that cannot write to the server filesystem.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Export options for the download endpoint (no local path needed).
Response Body
application/json
application/json
curl -X POST "https://example.com/data/export/download" \ -H "Content-Type: application/json" \ -d '{}'null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}