BatchExportResponse
Response model for starting an export batch.
export_case_id object
Export case ID associated with the batch
- string
- null
string
null
export_idsstring[]required
Export IDs successfully queued
results object[]required
Per-item batch export results
Array [
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
]
BatchExportResponse
{
"export_case_id": "string",
"export_ids": [
"string"
],
"results": [
{
"camera": "string",
"export_id": "string",
"success": true,
"status": "string",
"error": "string",
"item_index": 0,
"client_item_id": "string"
}
]
}