StartExportResponse
Response model for starting an export.
successSuccessrequired
Whether the export was started successfully
messageMessagerequired
Status or error message
export_id object
The export ID if successfully started
- string
- null
string
status object
Queue status for the export job
- string
- null
string
StartExportResponse
{
"success": true,
"message": "string",
"export_id": "string",
"status": "string"
}