Skip to main content

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

anyOf
string
status object

Queue status for the export job

anyOf
string
StartExportResponse
{
"success": true,
"message": "string",
"export_id": "string",
"status": "string"
}