---
title: "Get the wired devices"
method: GET
path: "/api/network/wired/devices"
tags: ["network"]
---

# Get the wired devices

`GET /api/network/wired/devices`

## Response `200`

Successful Response

- WiredDeviceModel[]
  - `interface` string, required
  - `state` 0 | 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 100 | 110 | 120, required — Device State * UNKNOWN * UNMANAGED * UNAVAILABLE * DISCONNECTED * PREPARE * CONFIG * NEED_AUTH * IP_CONFIG * IP_CHECK * SECONDARIES * ACTIVATED * DEACTIVATING * FAILED
  - `is_active` boolean, required
  - `active_profile_id` string, nullable
  - `active_ip_configuration` IPV4Configuration
    - `ip_addresses` IPV4Address[], nullable
      - `address` string, required
      - `prefix` integer, required
    - `gateway` string, nullable
    - `method` 'manual' | 'auto' | 'unknown'
    - `dns` string[], nullable
    - `never_default` boolean, nullable
  - `available_profiles` string[], required

---

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