GET/proxies

List proxies in the resolved project.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

limit?integer

Limit the number of proxies to return.

Range1 <= value <= 100
Default20
offset?integer

Offset the number of proxies to return.

Range0 <= value
Default0
query?string

Case-insensitive substring match against proxy name, host, or IP address. IDs match by exact value.

name?string

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 Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/proxies"
[  {    "id": "string",    "name": "string",    "type": "datacenter",    "protocol": "http",    "bypass_hosts": [      "string"    ],    "status": "available",    "last_checked": "2019-08-24T14:15:22Z",    "ip_address": "string",    "config": {      "country": "string"    }  }]