Get a paginated list of vehicles in your organizationβs fleet
sk_live_1234567890abcdefff4adcc7-8172-45fe-9cf1-e90a6de53aa9a1b2c3d4-e5f6-7890-abcd-ef1234567890150field:value)Example: "country:ES", "type:passenger", "ownership:owned"field:asc or field:desc)Example: "name:asc", "created_at:desc", "license_plate:asc"1704067200 (January 1, 2024)1735689600 (January 1, 2025)id (string, UUID) - Unique vehicle identifiername (string, optional) - Vehicle name or descriptionlicense_plate (string, optional) - Vehicle license plate numbertype (string) - Vehicle usage type: "passenger" or "freight"ownership (string) - Vehicle ownership: "owned" or "rented"country (string) - ISO 3166-1 alpha-2 country codeis_known (boolean) - Whether vehicle is from known database or customknown_vehicle_id (string, UUID, optional) - ID if vehicle from databaseunknown_vehicle_id (string, UUID, optional) - ID if custom vehiclevehicle_fuel_id (string, UUID, optional) - Associated fuel type IDvehicle_fuel (string, optional) - Fuel type name (e.g., βDieselβ, βElectricβ)registration_year (integer, optional) - Year vehicle was first registeredmarket_segment (string, optional) - Vehicle market segmentsize (string, optional) - Vehicle size classificationco2e (float) - Total CO2 equivalent emissions in kgconsumptions (integer, optional) - Number of fuel consumption recordsstatus (string) - "active", "archived", or "error"error_messages (array of strings, optional) - Error messages if status is errorcreated_at (datetime) - Creation timestampknown_vehicle (object, optional) - Details if known vehicle
id (string) - Known vehicle database IDbrand (string) - Vehicle manufacturermodel (string) - Vehicle modelcountry (string) - Country codevehicle_motor_type (string) - Motor typegearbox_type (string) - Transmission typecylinder_capacity (integer) - Engine size in ccvehicle_power (integer) - Engine power in kWunknown_vehicle (object, optional) - Details if custom vehicle
id (string) - Custom vehicle IDtype (string) - Vehicle typecountry (string) - Country codecustom_emission_factor_id (string, UUID, optional) - Custom emission factor if specifiedx-organization-id matches your API keyβs organization.
is_known: true, the known_vehicle object contains detailed specifications. When is_known: false, the unknown_vehicle object contains basic type information.
mini - City cars (e.g., Smart ForTwo)supermini - Small cars (e.g., Ford Fiesta)lower_medium - Compact cars (e.g., VW Golf)upper_medium - Mid-size cars (e.g., BMW 3 Series)executive - Large cars (e.g., BMW 5 Series)luxury - Premium cars (e.g., Mercedes S-Class)sports - Sports carsdual_purpose_4x4 - SUVs and 4x4 vehiclesmpv - Multi-purpose vehicles (minivans)co2e field represents the total carbon footprint of the vehicle calculated from all fuel consumption records. A value of 0.0 means either:
error_messages field)