> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Link To Footage

Returns link to video footage for a specified camera which will play footage from a specified timestamp.

<Note>
  External Documentation

  To learn more, visit the [Verkada documentation](https://apidocs.verkada.com/reference/gethistoryurlviewv1).
</Note>

## Parameters

<div className="integrations-table">
  | 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.<br />If no timestamp is specified, a live link will be returned. |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/get-link-to-footage-with-verkada-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-link-to-footage-with-verkada-and-send-results-via-email/canvas" />
</div>
