---
title: "Get event details"
method: GET
path: "/schedule/{id}"
tags: ["Schedule"]
---

# Get event details

`GET /schedule/{id}`

This will get the details of a specific event in the schedule.
The response will be the EVSE state to set for that event.

## Response `200`

OK

- EvseStateYaml — unresolved $ref

## Changes

- **2021-09-11** `cd86727f8cf0` — 4 breaking, 1 warning
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `days` from the response with the `200` status
  - removed the required property `state` from the response with the `200` status
  - removed the required property `time` from the response with the `200` status
  - …1 more
- **2021-09-09** `91713dab157f` — 2 info
  - api tag `Schedule` added
  - api tag `schedule` removed
- **2021-09-09** `e80e5e4c5062` — 1 info
  - api tag `schedule` added
- **2021-09-09** `6eee9e07afb4` — 2 info
  - api operation id `getScheduleEvent` was added
  - added the success response with the status `200`
- **2021-09-09** `8e74ed2c45a0` — 1 breaking, 2 info
  - removed the success response with the status `200`
  - api operation id `getScheduleEvent` removed and replaced with ``
  - api tag `Schedule` removed

[Change history](https://skmtc.dev/openevse/apis/openevse-wifi-api/changes/schedule/:id/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)
