Skip to main content

ExportModel

Model representing a single export.

idIdrequired

Unique identifier for the export

cameraCamerarequired

Camera name associated with this export

nameNamerequired

Friendly name of the export

dateDaterequired

Unix timestamp when the export was created

video_pathVideo Pathrequired

File path to the exported video

thumb_pathThumb Pathrequired

File path to the export thumbnail

in_progressIn Progressrequired

Whether the export is currently being processed

export_case_id object

ID of the export case this export belongs to

anyOf
string
ExportModel
{
"id": "string",
"camera": "string",
"name": "string",
"date": 0,
"video_path": "string",
"thumb_path": "string",
"in_progress": true,
"export_case_id": "string"
}