> ## 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 Available Video Data

Get available video data for a computer and time period.

<Note>
  External Documentation

  To learn more, visit the [Teramind documentation](https://apidoc.dev.teramind.co/#1002f811-5253-4d0c-8476-28e9c358853d).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                           |
  | ----------- | ----------------------------------------------------- |
  | Computer ID | The ID of the computer.                               |
  | End Date    | The end of the time range to retrieve results from.   |
  | Start Date  | The start of the time range to retrieve results from. |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"agent_id": 0,
		"email_address": "",
		"t": 0
	}
]
```

## Workflow Library Example

[Get Available Video Data with Teramind and Send Results Via Email](https://library.blinkops.com/workflows/get-available-video-data-with-teramind-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-available-video-data-with-teramind-and-send-results-via-email/canvas" />
</div>
