ExportModel
Model representing a single export.
idId (string)required
Unique identifier for the export
cameraCamera (string)required
Camera name associated with this export
nameName (string)required
Friendly name of the export
dateDate (number)required
Unix timestamp when the export was created
video_pathVideo Path (string)required
File path to the exported video
thumb_pathThumb Path (string)required
File path to the export thumbnail
in_progressIn Progress (boolean)required
Whether the export is currently being processed
ExportModel
{
"id": "string",
"camera": "string",
"name": "string",
"date": 0,
"video_path": "string",
"thumb_path": "string",
"in_progress": true
}