Skip to main content

BatchExportResultModel

Per-item result for a batch export request.

cameraCamera (string)required

Camera name for this export attempt

export_id object

The export ID when the export was successfully queued

anyOf
string
successSuccess (boolean)required

Whether the export was successfully queued

status object

Queue status for this camera export

anyOf
string
error object

Validation or queueing error for this item, if any

anyOf
string
item_index object

Zero-based index of this result within the request items list

anyOf
integer
client_item_id object

Opaque client-supplied item identifier echoed from the request

anyOf
string
BatchExportResultModel
{
"camera": "string",
"export_id": "string",
"success": true,
"status": "string",
"error": "string",
"item_index": 0,
"client_item_id": "string"
}