List Proxies
list-proxiesRetrieve a filtered list of proxies by ID, status, type, country, date, or order ID. Returns proxy details including IP, ports, credentials, and tags.
Instructions
Get a list of proxies with optional filters. Returns proxy details including IP, ports, credentials, country, dates, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Filter by proxy IDs | |
| type | No | Filter by proxy type | |
| limit | No | Max proxies to return (default 500, max 2000) | |
| offset | No | Pagination offset | |
| orders | No | Filter by order IDs | |
| status | No | Filter by proxy status | |
| country | No | Filter by country codes (e.g. 'us', 'de') | |
| date_after | No | Order date lower bound (format: YYYY-MM-DD) | |
| ip_version | No | Filter by IP version | |
| date_before | No | Order date upper bound (format: YYYY-MM-DD) | |
| date_end_after | No | Order end date lower bound (format: YYYY-MM-DD) | |
| date_end_before | No | Order end date upper bound (format: YYYY-MM-DD) |