---
title: "Get proxy connection state"
method: GET
path: "/devices/{deviceId}/proxy"
tags: ["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

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
