---
title: "List all proxy configs for the authenticated user"
method: GET
path: "/proxies"
tags: ["Proxies"]
---

# List all proxy configs for the authenticated user

`GET /proxies`

## Query parameters

- `protocol` 'socks5' | 'wireguard'

## Response `200`

Proxies retrieved successfully

- object
  - `data` ProxyConfig[], required
    - union
      - Socks5ProxyConfig
        - `name` string, required
        - `protocol` 'socks5', required
        - `host` string, required
        - `port` integer, required
        - `user` string, required
        - `password` string, required
        - `proxyId` string, uuid, required
      - WireguardProxyConfig
        - `name` string, required
        - `protocol` 'wireguard', required
        - `config` string, required
        - `proxyId` string, uuid, required

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.net/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/versions/7f577998739b/schema)
