Export
📄️ List Export Requests
List all export requests for the current user.
📄️ Create Export Request
Create a new export request. The export will be generated asynchronously.
📄️ Retrieve Export Request
Retrieve details of a specific export request.
📄️ Download Export File
Download the generated export file.
📄️ Send Export via Email
Send the export file to the user via email. If the export is already generated, the email is sent immediately. Otherwise, it will be sent when generation completes.
📄️ Export Generation Status
Returns 200 if export generation is complete or 202 if still in progress.