v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-31135175384.2 KB
Proxies

Get proxy by ID

Retrieve a proxy in the resolved project by ID.

get/proxies/{id}

Path parameters

idstring required

Response

Proxy retrieved

idstring
namestring

Readable name of the proxy.

type'datacenter' | 'isp' | 'residential' | 'mobile' | 'custom' required

Proxy type to use. In terms of quality for avoiding bot-detection, from best to worst: mobile > residential > isp > datacenter.

protocol'http' | 'https'

Protocol to use for the proxy connection.

bypass_hostsstring[]

Hostnames that should bypass the parent proxy and connect directly.

status'available' | 'unavailable'

Current health status of the proxy.

last_checkedstring date-time

Timestamp of the last health check performed on this proxy.

ip_addressstring

IP address that the proxy uses when making requests.

Example response

{
  "ip_address": "192.168.1.1",
  "config": {
    "country": "US"
  }
}