Skip to main content

Vehicle Tools

Tools for exploring your vehicle fleet — types, fuel, ownership, and emissions.

list_vehicles

List vehicles in the fleet with fuel type, ownership, license plate, and co2e. Parameters:
ParameterTypeRequiredDescription
organization_idstringNoUUID of the organization
statusstringNoFilter: active, deleted
ownershipstringNoFilter: owned, leased
searchstringNoSearch by name or license plate
include_childrenbooleanNoInclude vehicles from child organizations (default: false)
pageintegerNoPage number (default: 1)
sizeintegerNoResults per page (default: 50)
Example queries:
"Show me our vehicle fleet"
"Which vehicles use diesel?"
"List leased vehicles"
"Search for vehicle with plate ABC-123"
"Show all vehicles including subsidiaries"
Example response:
{
  "items": [
    {
      "id": "55f8f4a8-...",
      "license_plate": "ABC-1234",
      "type": "passenger",
      "ownership": "owned",
      "vehicle_fuel": "gas_oil",
      "country": "ES",
      "status": "active",
      "co2e": 1378.12
    }
  ],
  "total": 69,
  "page": 1,
  "size": 50
}

Vehicle Types

  • passenger — Passenger cars
  • freight — Freight/cargo vehicles
  • motorcycle — Motorcycles

Fuel Types

Common fuel types include:
  • gas_oil (diesel)
  • gasoline
  • battery_electric_vehicle
  • plug_in_hybrid_gasoline
  • natural_gas
  • lpg