---
title: "Get proxy connection state"
method: GET
path: "/devices/{deviceId}/proxy"
tags: ["Tools/Proxy"]
---

# Get proxy connection state

`GET /devices/{deviceId}/proxy`

Returns the device's current proxy connection state, including whether a proxy is connected and its protocol and name.

## Path parameters

- `deviceId` string, required

## Headers

- `X-Device-Display-ID` integer

## Response `200`

OK

- GetProxyInfo
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `connected` boolean, required
  - `name` string, nullable, required — Active proxy name
  - `protocol` string, nullable, required — Active proxy protocol (socks5).

## Other responses

- `default` — Error

## Changes

- **2026-07-07** `d5d1e5ee8188` — 2 info
  - api tag `Tools/Proxy` added
  - api tag `Tools` removed
- **2026-06-29** `3cb3612f45e0` — 1 info
  - endpoint added
- **2026-06-29** `8ea6db3daeac` — 1 breaking
  - api path removed without deprecation
- **2026-05-11** `12719a46e639` — 2 info
  - api tag `Tools` added
  - api tag `tools` removed

[Change history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/devices/:deviceId/proxy/get.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/b6fd8aed4bf4/schema)
