Get video detail

Get video detail by coactive image id or dataset id and video path. Either coactive video id or or a combination of dataset id and video path can be used to uniquely identify a video.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

dataset_idstringOptional
The dataset id the video
pathstringOptional
The path of the video
coactive_video_idstringOptional
The coactive video id of the video

Response

Video detail
createdUserIdstring
The user that created the resource
createdDtdatetime
The created datetime of the resource
updatedUserIdstring
The user that last updated the resource
updatedDtdatetime
The datetime the resource was last updated
coactiveVideoIdstring
The coactive video id
pathstring or null
The original path of the video
metadatamap from strings to any or null
The user provided metadata for the video

Errors