---
title: "List Events"
method: GET
path: "/events"
tags: ["Events"]
---

# List Events

`GET /events`

Get all events

## Query parameters

- `scheme_type` string, required

## Response `200`

Request fulfilled, document follows

- Event[]
  - `id` string, uuid, required
  - `scheme` EventScheme, required
    - `name` string, required
  - `name` string, required
  - `start_time` string, date-time, required
  - `end_time` string, date-time, required
  - `event_type` integer, required
  - `event_running_type` integer, required

## Other responses

- `400` — Bad request syntax or unsupported method

## Changes

> 2 revisions in range; 1 could not be searched.

- **2024-05-22** `eb9dca23812a` — 7 breaking, 3 info
  - added the new required `query` request parameter `event_state`
  - removed the required property `items/end_time` from the response with the `200` status
  - removed the required property `items/event_running_type` from the response with the `200` status
  - removed the required property `items/event_type` from the response with the `200` status
  - …6 more

[Change history](https://skmtc.dev/equiwatt/apis/equiwatt-api/changes/events/get.md)

---

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