StartExportResponse
Response model for starting an export.
successSuccess (boolean)required
Whether the export was started successfully
messageMessage (string)required
Status or error message
export_id object
The export ID if successfully started
- string
- null
string
null
StartExportResponse
{
"success": true,
"message": "string",
"export_id": "string"
}