---
title: "Get the connection profiles"
method: GET
path: "/api/network/connection_profiles"
tags: ["network"]
---

# Get the connection profiles

`GET /api/network/connection_profiles`

## Response `200`

Successful Response

- ConnectionProfileModel[]
  - `id` string, required
  - `path` string, required
  - `ipv4_settings` IPV4Configuration, required
    - `ip_addresses` IPV4Address[], nullable
      - `address` string, required
      - `prefix` integer, required
    - `gateway` string, nullable
    - `method` 'manual' | 'auto' | 'unknown'
    - `dns` string[], nullable
    - `never_default` boolean, nullable

---

[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)
