exports_download
Download a generated ZIP export file by providing the filename returned from the export endpoint. Files are single-use and auto-deleted after download.
Instructions
Download a generated export file (ZIP archive). Export files are single-use and auto-deleted after download. The filename is typically provided by the endpoint that generated the export (e.g. POST /api/v1/invoices/export). Common formats: invoices-export-YYYY-MM.zip, vat-report-YYYY-MM.zip, clients-export-YYYY-MM-DD.zip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Export filename to download (e.g. "invoices-export-2026-02.zip"). Obtained from the export generation endpoint response. |