Skip to main content

Get Video Details

Gets details on the specified video.

Authorizations: Recordings - VIEW

Requests

GET /apis/assets/:id

Response

Success

{
"data": {
  "id": "3bc946a6-6720-41c0-8246-55e8119d1a5a",
  "title": "New Session",
  "description": "",
  "active": false,
  "ctime": 1401997809,
  "mtime": 1401997809,
  "duration": 60.34700000000001,
  "recording": false,
  "trimming": false,
  "importing": false,
  "movieTrackCount": 1
}
}

Error

Code

Payload

Description

404
{"code":"040002", "name":"AssetNotFound",
"message":"Video not found", "httpStatusCode":404}

Video with UUID Id not found.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.