---
title: "Get Vehicle Tires Readings Historic"
method: GET
path: "/v1/vehicles/{vehicle_id}/maintenance/tires/historic"
tags: ["Vehicle Tires"]
---

# Get Vehicle Tires Readings Historic

`GET /v1/vehicles/{vehicle_id}/maintenance/tires/historic`

Retrieves the list of tire pressures for the vehicle for the specified period (default is the last 3 months),
grouped by hour.

Maximum date range is 3 months.

**Returns:**
- The list of tire pressures for the vehicle.


Possible Codes in Error Response (see [Errors](https://docs.volteras.com/api-reference/errors) for error response schema and meaning of codes):

- AUTHENTICATION_ERROR
- REQUEST_VALIDATION_ERROR
- RESOURCE_NOT_FOUND
- SERVER_ERROR

## Path parameters

- `vehicle_id` string, required — Unique internal identifier for the vehicle.

## Query parameters

- `from_datetime` string, nullable — Start datetime for the tire pressure history, in ISO format. Date range must be 3 months or less.
- `to_datetime` string, nullable — End datetime for the tire pressure history, in ISO format. Date range must be 3 months or less.

## Response `200`

Successful Response

- VehicleTiresList
  - `tires` VehicleTiresFormatted[]
    - `frontLeft` string, required
    - `frontRight` string, required
    - `rearLeft` string, required
    - `rearRight` string, required
    - `bucket` string, date-time, required

---

[API](https://skmtc.net/volteras/apis/volteras-connect.md) · [All operations](https://skmtc.net/volteras/apis/volteras-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/volteras/volteras-connect/revisions/bcb08bba814d/schema)
