---
title: "Get the EVSE status"
method: GET
path: "/status"
tags: ["Status"]
---

# Get the EVSE status

`GET /status`

The status endpoint can be called to get the status of the EVSE.

While it is posible to poll this endpoint, the recomendatoin is to retrieve the initial
state then use the [/ws](#statusUpdates)

## Response `200`

OK

- StatusYaml — unresolved $ref

## Changes

- **2021-09-09** `91713dab157f` — 2 info
  - api tag `Status` added
  - api tag `status` removed
- **2021-09-09** `7a2723b38ea9` — 1 info
  - api tag `status` added
- **2021-09-09** `6eee9e07afb4` — 1 info
  - api operation id `getStatus` was added
- **2021-09-09** `fa994b356fef` — 1 breaking, 46 warning
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `amp` from the response with the `200` status
  - removed the optional property `available_current` from the response with the `200` status
  - removed the optional property `charge_rate` from the response with the `200` status
  - …43 more
- **2021-09-09** `8e74ed2c45a0` — 1 breaking, 48 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - api operation id `getStatus` removed and replaced with ``
  - api tag `Status` removed
  - added the optional property `amp` to the response with the `200` status
  - …45 more

[Change history](https://skmtc.dev/openevse/apis/openevse-wifi-api/changes/status/get.md)

---

[API](https://skmtc.dev/openevse/apis/openevse-wifi-api.md) · [All operations](https://skmtc.dev/openevse/apis/openevse-wifi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openevse/openevse-wifi-api/revisions/0b557db566f3/schema)
