Get Vehicle State Of Health
Vehicle State of Health
Get Vehicle State Of Health
Retrieves state of health related information for the specified vehicle.
- Nominal battery pack capacity refers to the total amount of energy in kWh that the battery pack of the vehicle can store, as per its specifications.
- Real battery pack capacity refers to the total amount of energy in kWh that the battery pack of the vehicle can currently store, it’s reflective of the actual state of the battery rather than a specification.
- State of health is defined as real battery pack capacity over nominal battery pack capacity, as percentage.
Parameters:
vehicle_id: A unique identifier for the vehicle, which must correspond to a vehicle registered in our system.
Returns:
- A vehicle state of health instance encapsulating detailed battery pack information for the vehicle. The data includes both the nominal battery pack capacity and the real (observed) maximum battery pack capacity based on data retrieved directly from the vehicle and the specifications published by the OEMs.
Raises:
APIException: Raised when the system cannot locate the vehicle’s state of health details, due to an invalid ‘vehicle_id’ or absence of battery data. This results in a 404 Not Found status code.
Note:
- Endpoint is first available after observing a charging session that added at least 15% of state of charge and was started above 20% state of charge.
- We recommend charging the vehicle overnight should the endpoint not be available immediately.
- This endpoint is reliant on the availability of the trim of the vehicle and supports certain OEMs. Please see state of health for a list of supported OEMs
Possible Codes in Error Response (see Errors for error response schema and meaning of codes):
- AUTHENTICATION_ERROR
- REQUEST_VALIDATION_ERROR
- RESOURCE_NOT_FOUND
- SERVER_ERROR
GET
Get Vehicle State Of Health
Documentation Index
Fetch the complete documentation index at: https://docs.volteras.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique internal identifier for the vehicle.

