---
title: "GET /boxes/{boxId}/browser/proxy"
method: GET
path: "/boxes/{boxId}/browser/proxy"
tags: ["Browser"]
---

# GET /boxes/{boxId}/browser/proxy

`GET /boxes/{boxId}/browser/proxy`

## Path parameters

- `boxId` string, required

## Response `200`

Browser proxy settings

- BrowserProxy — Browser proxy
  - `httpServer` string, required — HTTP proxy server, format: http://<username>:<password>@<host>:<port>
  - `httpsServer` string, required — HTTPS proxy server, format: https://<username>:<password>@<host>:<port>
  - `socks5Server` string, required — SOCKS5 proxy server, format: socks5://<username>:<password>@<host>:<port>
  - `pacUrl` string — PAC (Proxy Auto-Configuration) URL.
  - `bypassList` string[] — List of IP addresses and domains that should bypass the proxy. These addresses will be accessed directly without going through the proxy server. Default is ['127.0.0.1', 'localhost']

## Changes

- **2025-09-11** `db25030e4b96` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/babelcloud/apis/gbox-open-api/changes/boxes/:boxId/browser/proxy/get.md)

---

[API](https://skmtc.dev/babelcloud/apis/gbox-open-api.md) · [All operations](https://skmtc.dev/babelcloud/apis/gbox-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/babelcloud/gbox-open-api/revisions/d655577fa915/schema)
