This endpoint is still on our legacy API.
Get machine objects. This method returns a list of the machine objects in the Samsara Cloud and information about them.
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.
To use this endpoint, select Write Industrial under the Industrial category when creating or editing an API token. Learn More.
curl --request POST \
--url https://api.samsara.com/v1/machines/list \
--header 'Authorization: Bearer <token>'{
"machines": [
{
"id": 123,
"name": "Freezer ABC",
"notes": "This is in the left hallway behind the conveyor belt"
}
]
}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.
curl --request POST \
--url https://api.samsara.com/v1/machines/list \
--header 'Authorization: Bearer <token>'{
"machines": [
{
"id": 123,
"name": "Freezer ABC",
"notes": "This is in the left hallway behind the conveyor belt"
}
]
}