Skip to main content

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

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