Export
Bulk export data from the system to JSON or CSV files.
📄️ Add Export
Creates a new export job. The export is processed asynchronously. Poll /export/list to check the status, then use /export/download to retrieve the files once completed.
📄️ List Exports
Retrieve a list of all exports for the current user's company.
📄️ Download Export
Retrieve pre-signed S3 download URLs for a completed export. Large exports may be split across multiple files, each with its own URL.
📄️ Remove Export
Delete an export record and its associated files.