Skip to main content
GET
/
v1
/
industrial
/
vision
/
cameras
/
{camera_id}
/
programs
Fetch industrial camera programs
curl --request GET \
  --url https://api.samsara.com/v1/industrial/vision/cameras/{camera_id}/programs \
  --header 'Authorization: Bearer <token>'
[
  {
    "programId": 1,
    "programName": "Barcode verification program"
  }
]

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.

Path Parameters

camera_id
integer<int64>
required

The camera_id should be valid for the given accessToken.

Response

Returns programs configured on the camera.

programId
integer<int64>
Example:

1

programName
string
Example:

"Barcode verification program"