---
title: "Get Status"
method: GET
path: "/{vin}/status"
tags: ["Vehicle Data"]
---

# Get Status

`GET /{vin}/status`

Returns the status of a vehicle.

The status may be `asleep`, `waiting_for_sleep` or `awake`.

## Response `200`

Success

- object
  - `status` 'asleep' | 'waiting_for_sleep' | 'awake'

---

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