> ## 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.

# List Cameras

Returns details of all cameras within the organization.

<Note>
  External Documentation

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

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                         |
  | --------- | ----------------------------------------------------------------------------------- |
  | Limit     | The number of items returned in a single response.<br />Default is 100. Max is 200. |
  | Next Page | The pagination token used to fetch the next page of results.                        |
</div>

## Example Output

```json theme={"dark"}
{
	"cameras": [
		{
			"camera_id": "ba5ee6da-a33a-4008-b11f-a33dcb133239",
			"cloud_rentention": 0,
			"date_added": 1590699308,
			"device_retention": 30,
			"firmware": "Up to date",
			"last_online": 1590899308,
			"local_ip": "40.164.249.110",
			"location": "San Mateo, California",
			"mac": "A6:3C:C7:EC:10:03",
			"model": "CD41",
			"name": "CD41 Elevators",
			"serial": "CB2N-GxCK-FM5P",
			"site": "3rd Floor",
			"status": "Live"
		}
	]
}
```

## Workflow Library Example

[List Cameras with Verkada and Send Results Via Email](https://library.blinkops.com/workflows/list-cameras-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/list-cameras-with-verkada-and-send-results-via-email/canvas" />
</div>
