Get a Recording

This is the method to request a single recording if you have its identifier or its sharing link code.

Retrieve a video recording by ID

get

Returns a video object if found, otherwise a 404 error.

Path parameters
video_idstringRequired

The unique identifier of the video, which can be the video id (integer), video uuid, or even the video sharing-link identifier.

Header parameters
AuthorizationstringRequired

Bearer API-KEY

Responses
chevron-right
200

Successful response containing the video object.

application/json
idintegerRequired
waystringRequired
recorded_bystringRequired
requested_bystringOptional
bytesintegerRequired
titlestringOptional
console_logsstringOptional
created_atstring · date-timeRequired
durationintegerRequired
network_logsstringOptional
processing_statusstringRequired
sharing_linkstringRequired
thumbnail_filestringRequired
uuidstringRequired
video_filestringRequired
originstringRequired
get
/videos/{video_id}

Last updated