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
- string
- null
string
null
successSuccess (boolean)required
Whether the export was successfully queued
status object
Queue status for this camera export
- string
- null
string
null
error object
Validation or queueing error for this item, if any
- string
- null
string
null
item_index object
Zero-based index of this result within the request items list
- integer
- null
integer
null
client_item_id object
Opaque client-supplied item identifier echoed from the request
- string
- null
string
null
BatchExportResultModel
{
"camera": "string",
"export_id": "string",
"success": true,
"status": "string",
"error": "string",
"item_index": 0,
"client_item_id": "string"
}