External DocumentationTo learn more, visit the Verkada documentation.
Actions
List Cameras
Returns details of all cameras within the organization.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Limit | The number of items returned in a single response. Default is 100. Max is 200. |
| Next Page | The pagination token used to fetch the next page of results. |
{
"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"
}
]
}
Was this page helpful?