Get Link To Footage
Returns link to video footage for a specified camera which will play footage from a specified timestamp.
External Documentation
To learn more, visit the Verkada documentation.
Parameters
Parameter | Description |
---|---|
Camera ID | The unique identifier of the camera. Can be obtained by using the List Cameras action. |
Timestamp | The timestamp of the footage on a specified camera.If no timestamp is specified, a live link will be returned. |
Example Output
{
"url": "https://command.verkada.com/cameras/2ba315d9-b084-4cc0-b609-b2a1a755ac35/history/86400/1589007600/?duration=86400&initialVideoTime=1589007600000"
}
Workflow Library Example
Get Link to Footage with Verkada and Send Results Via Email
Preview this Workflow on desktop