{
"opencollection": "1.0.0",
"info": {
"name": "Samsara Vision API",
"version": "2024-11-18"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Vision",
"type": "folder"
},
"items": [
{
"info": {
"name": "Fetch Industrial Cameras",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.samsara.com/v1/industrial/vision/cameras"
},
"docs": "\n\n\nThis endpoint is still on our legacy API.\n\n\n\nFetch all cameras. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support te"
},
{
"info": {
"name": "Fetch Industrial Camera Programs",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.samsara.com/v1/industrial/vision/cameras/:camera_id/programs",
"params": [
{
"name": "camera_id",
"value": "",
"type": "path",
"description": "The camera_id should be valid for the given accessToken."
}
]
},
"docs": "\n\n\nThis endpoint is still on our legacy API.\n\n\n\nFetch configured programs on the camera. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case"
},
{
"info": {
"name": "Fetch the Latest Run for a Camera or Program",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.samsara.com/v1/industrial/vision/run/camera/:camera_id",
"params": [
{
"name": "camera_id",
"value": "",
"type": "path",
"description": "The camera_id should be valid for the given accessToken."
},
{
"name": "program_id",
"value": "",
"type": "query",
"description": "The configured program's ID on the camera."
},
{
"name": "startedAtMs",
"value": "",
"type": "query",
"description": "EndMs is an optional param. It will default to the current time."
},
{
"name": "include",
"value": "",
"type": "query",
"description": "Include is a filter parameter. Accepts 'pass', 'reject' or 'no_read'."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "Limit is an integer value from 1 to 1,000."
}
]
},
"docs": "Fetch the latest run for a camera or program by default. If startedAtMs is supplied, fetch the specific run that corresponds to that start time. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our supp"
},
{
"info": {
"name": "Fetch Runs",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.samsara.com/v1/industrial/vision/runs",
"params": [
{
"name": "durationMs",
"value": "",
"type": "query",
"description": "DurationMs is a required param. This works with the EndMs parameter. Indicates the duration in which the visionRuns will be fetched"
},
{
"name": "endMs",
"value": "",
"type": "query",
"description": "EndMs is an optional param. It will default to the current time."
}
]
},
"docs": "\n\n\nThis endpoint is still on our legacy API.\n\n\n\nFetch runs. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.\n\nTo"
},
{
"info": {
"name": "Fetch Runs by Camera",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.samsara.com/v1/industrial/vision/runs/:camera_id",
"params": [
{
"name": "camera_id",
"value": "",
"type": "path",
"description": "The camera_id should be valid for the given accessToken."
},
{
"name": "durationMs",
"value": "",
"type": "query",
"description": "DurationMs is a required param. This works with the EndMs parameter. Indicates the duration in which the visionRuns will be fetched"
},
{
"name": "endMs",
"value": "",
"type": "query",
"description": "EndMs is an optional param. It will default to the current time."
}
]
},
"docs": "\n\n\nThis endpoint is still on our legacy API.\n\n\n\nFetch runs by camera. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support"
},
{
"info": {
"name": "Fetch Runs by Camera and Program",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.samsara.com/v1/industrial/vision/runs/:camera_id/:program_id/:started_at_ms",
"params": [
{
"name": "camera_id",
"value": "",
"type": "path",
"description": "The camera_id should be valid for the given accessToken."
},
{
"name": "program_id",
"value": "",
"type": "path",
"description": "The configured program's ID on the camera."
},
{
"name": "started_at_ms",
"value": "",
"type": "path",
"description": "Started_at_ms is a required param. Indicates the start time of the run to be fetched."
},
{
"name": "include",
"value": "",
"type": "query",
"description": "Include is a filter parameter. Accepts 'pass', 'reject' or 'no_read'."
}
]
},
"docs": "\n\n\nThis endpoint is still on our legacy API.\n\n\n\nFetch runs by camera and program. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to"
}
]
}
],
"bundled": true
}