---
title: "Get Lights"
method: GET
path: "/api/lights"
tags: ["lights"]
---

# Get Lights

`GET /api/lights`

## Response `200`

Successful Response

- Light[]
  - `intensity` number, required
  - `pin` integer, required
  - `nickname` string, required
  - `controller_index` integer, required
  - `controller_name` string, required

---

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