{
"opencollection": "1.0.0",
"info": {
"name": "Samsara Started API",
"version": "2024-11-18"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Started",
"type": "folder"
},
"items": [
{
"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
}