List proxies
List proxies in the resolved project.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Limit the number of proxies to return.
1 <= x <= 100Offset the number of proxies to return.
x >= 0Case-insensitive substring match against proxy name, host, or IP address. IDs match by exact value.
Exact-match filter on proxy name using the database collation. In production, matching is case- and accent-insensitive. Names are not required to be unique, so multiple proxies may match.
Response
List of proxies
- Datacenter
- ISP
- Residential
- Mobile
- Custom
Configuration for routing traffic through a proxy.
Proxy type to use. In terms of quality for avoiding bot-detection, from best to worst: mobile > residential > isp > datacenter.
datacenter, isp, residential, mobile, custom ISO 3166 country code. Defaults to US if not provided.
"US"
Readable name of the proxy.
Protocol to use for the proxy connection.
http, https Hostnames that should bypass the parent proxy and connect directly.
Current health status of the proxy.
available, unavailable Timestamp of the last health check performed on this proxy.
IP address that the proxy uses when making requests.
"192.168.1.1"
Configuration specific to the selected proxy type.
- Datacenter
- ISP
- Residential
- Mobile
- Custom