---
title: "GET /devices"
method: GET
path: "/devices"
tags: ["Devices"]
---

# GET /devices

`GET /devices`

Get all devices in the local network.

## Response `200`

Local network devices array.

- LocalNetworkDevice[]
  - `name` string — Display name.
  - `mac` string, required — The MAC address of the device, the value is unique to each device.
  - `vendor` string — Info about device manufacturer.
  - `ip` string — The device IP address, if exist it should be unique in network.
  - `deviceStatus` DeviceStatus
    - `battery` number, double — The battery power, if relevant, in %.
    - `charging` boolean — Is the device in charging mode

## Other responses

- `501` — Server error

---

[API](https://skmtc.net/casanet/apis/casanet-local-server.md) · [All operations](https://skmtc.net/casanet/apis/casanet-local-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casanet/casanet-local-server/versions/0f9f76cd80d5/schema)
