---
title: "GET /lighting/getLightingZone/{id}"
method: GET
path: "/lighting/getLightingZone/{id}"
tags: ["LightingService"]
---

# GET /lighting/getLightingZone/{id}

`GET /lighting/getLightingZone/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- GetLightingZoneResponse
  - `lighting_zone` LightingZone
    - `id` string
    - `lighting_controller_id` string
    - `zone_number` integer
    - `name` string
    - `reported_state` LightingZoneReportedState — The last reported state of the zone
      - `state` 'ERROR' | 'ON' | 'OFF', enum
      - `dimming_settings` LightingZoneReportedDimmingSettings — Reported dimming configuration including calibration and current dim level. Percentage fields are integers [0,100]. Note that the firmware handles scaling based on min and max. The default and current dim levels are always [0,100]
        - `min_dimming_percent` integer
        - `max_dimming_percent` integer
        - `default_dimming_percent` integer
        - `current_dimming_percent` integer
      - `current_wattage` integer
      - `max_wattage_reported` WattageMeasurement — Wattage measurement with timestamp
        - `wattage` integer
        - `timestamp` string, date-time
    - `order` integer
    - `enabled` boolean
    - `dimmable` boolean
    - `lighting_controller_serial_number` string
    - `lighting_controller_name` string
    - `max_output` 'TWELVE_VOLTS' | 'FIFTEEN_VOLTS', enum

---

[API](https://skmtc.net/rach/apis/smart-lighting-controller.md) · [All operations](https://skmtc.net/rach/apis/smart-lighting-controller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rach/smart-lighting-controller/versions/69b8d9fdbca4/schema)
