videos

Retrieve video archive by ID

Use this method to retrieve a video archive by its ID.

get/videos/{id}/

Path parameters

idinteger required

A unique integer value identifying this Video archive.

Response

idinteger required
camera_groupinteger required
namestring nullable required
urlstring nullable
camerainteger nullable
processing_start_datestring date-time required

Video processing start date

activeboolean required

Processing is active

router_urlstring nullable
screenshotstring uri required

Screenshot URL

source_lennumber float required

Source length in seconds

finishedboolean required

true if the video processing is finished

queuedboolean required

true if the video is in the processing queue

face_countinteger required

Number of created faces

file_sizeinteger required

Video file size in the archive

created_datestring date-time required

Object creation date

body_countinteger required

Number of created bodies

car_countinteger required

Number of created cars

caseinteger nullable
face_cluster_countinteger nullable required

Count of face clusters created from this video

body_cluster_countinteger nullable required

Count of body clusters created from this video

car_cluster_countinteger nullable required

Count of car clusters created from this video

frame_heightinteger required

Frame height in pixels

frame_widthinteger required

Frame width in pixels

errorstring required

Processing error

Changes

No recorded changes to this endpoint across all 1 revision of this API.