---
title: "Retrieve charging completion time for a Cadillac."
method: GET
path: "/vehicles/{vehicle_id}/cadillac/charge/completion"
tags: ["Cadillac"]
---

# Retrieve charging completion time for a Cadillac.

`GET /vehicles/{vehicle_id}/cadillac/charge/completion`

__Description__

When the vehicle is charging, this endpoint returns the date and time the vehicle expects to complete this charging session. When the vehicle is not charging, this endpoint results in a vehicle state error.

## Response `200`

returns the date and time the vehicle expects to "complete" this charging session.

- ChargeTime
  - `time` string, date-time — The date and time the vehicle expects to complete this charging session.

---

[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)
