v1
latestOpenAPI 3.0.32026-07-26134195287.9 KBFootage
Get Link to Footage
Returns link to video footage for a specified camera which will play footage from a specified timestamp.
get/cameras/v1/footage/link
Query parameters
camera_idstring required
The unique identifier of the camera.
timestampinteger
The timestamp of the footage on a specified camera. Formatted as a Unix timestamp in seconds. If no timestamp is specified, a live link will be returned
Response
OK
Example response
{
"url": "https://command.verkada.com/cameras/2ba315d9-b084-4cc0-b609-b2a1a755ac35/history/86400/1589007600/?duration=86400&initialVideoTime=1589007600000"
}