---
title: "Retrieve charging voltmeter time for a Chevrolet."
method: GET
path: "/vehicles/{vehicle_id}/chevrolet/charge/voltmeter"
tags: ["Chevrolet"]
---

# Retrieve charging voltmeter time for a Chevrolet.

`GET /vehicles/{vehicle_id}/chevrolet/charge/voltmeter`

__Description__

When the vehicle is plugged in, this endpoint returns the voltage of the charger measured by the vehicle. When the vehicle is not plugged in, this endpoint results in a vehicle state error.

## Response `200`

returns the voltage of the charger measured by the vehicle.

- ChargeVoltage
  - `voltage` number, float — The voltage of the charger measured by the vehicle.

---

[API](https://skmtc.net/smartcar/apis/smartcar-api.md) · [All operations](https://skmtc.net/smartcar/apis/smartcar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartcar/smartcar-api/versions/2101455240dc/schema)
