Skip to content

List Vehicles

Retrieve all vehicle records from Samsara with automatic pagination handling.

listVehicles

vehicle

This operation has no required parameters.

OptionTypeDefaultDescription
Tag IDsstring-Comma-separated list of tag IDs to filter vehicles by
Include Debug InfobooleanfalseWhether to include metadata about the API request

Returns an array of vehicle records:

{
"id": "281474976710655",
"name": "Truck 001",
"vin": "1HGBH41JXMN109186",
"licensePlate": "ABC-1234",
"make": "Ford",
"model": "F-150",
"year": "2022"
}

With debug info enabled:

{
"id": "281474976710655",
"name": "Truck 001",
"_metadata": {
"totalVehicles": 50
}
}
{
"success": false,
"error": "API rate limit exceeded"
}
  • Missing API Token: Samsara credential is missing apiToken
  • Rate Limiting: API rate limit exceeded
  • Permission Denied: API token lacks permission for this operation