Skip to main content
GET
/
v1
/
industrial
/
vision
/
cameras
Fetch industrial cameras
curl --request GET \
  --url https://api.samsara.com/v1/industrial/vision/cameras \
  --header 'Authorization: Bearer <token>'
[
  {
    "cameraId": 1234512345999,
    "cameraName": "Line 32",
    "ethernetIp": "10.1.2.34",
    "wifiIp": "10.1.2.35"
  }
]

Documentation Index

Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Returns details about a camera.

cameraId
integer<int64>
Example:

1234512345999

cameraName
string
Example:

"Line 32"

ethernetIp
string
Example:

"10.1.2.34"

wifiIp
string
Example:

"10.1.2.35"