Skip to main content

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.

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

Parameters

ParameterDescription
LimitThe number of items returned in a single response.
Default is 100. Max is 200.
Next PageThe pagination token used to fetch the next page of results.

Example Output

{
	"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
Workflow LibraryPreview this Workflow on desktop