---
title: "List WireGuard clients"
method: GET
path: "/network/wireguard/clients"
tags: ["Network"]
---

# List WireGuard clients

`GET /network/wireguard/clients`

Retrieve all configured outbound WireGuard clients and their runtime status

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseArrayGithubComAlchemillahqSylveInternalDbModelsNetworkWireGuardClient
  - `data` GithubComAlchemillahqSylveInternalDbModelsNetworkWireGuardClient[]
    - `addresses` string[]
    - `allowedIPs` string[]
    - `createdAt` string
    - `enabled` boolean
    - `endpointHost` string
    - `endpointPort` integer
    - `fib` integer
    - `id` integer
    - `lastHandshake` string
    - `listenPort` integer
    - `metric` integer
    - `mtu` integer
    - `name` string
    - `peerPublicKey` string
    - `persistentKeepalive` boolean
    - `preSharedKey` string
    - `privateKey` string
    - `publicKey` string
    - `restartedAt` string
    - `routeAllowedIPs` boolean
    - `rx` integer
    - `tx` integer
    - `updatedAt` string
    - `uptime` integer
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/revisions/7a7bea85004e/schema)
