---
title: "List proxies"
method: GET
path: "/api/v1/proxy"
---

# List proxies

`GET /api/v1/proxy`

List all proxies assigned to your organisation.

## Cookies

- `apikey` string

## Response `200`

Successful Response

- ApiResponseListProxyResponse
  - `r` ProxyResponse[], required
    - `id` string, required — The name of the proxy, to pass as `proxy_id` when running a task or session.
    - `type` string, required — The proxy type, e.g. 'isp'.
    - `country` string, nullable — Country the proxy exits from.
    - `city` string, nullable — City the proxy exits from.
    - `exit_ip` string, nullable — IP the proxy's traffic exits from, for whitelisting.
    - `isp` string, nullable — ISP owning the exit IP, e.g. 'Lumen'.
    - `asn` string, nullable — Autonomous system of the exit IP, e.g. 'AS10753'.
    - `created_at` integer, required — Unix epoch seconds of when the proxy was created.
    - `expires_at` integer, nullable — Unix epoch seconds of when the current period ends: the renewal date, or the release date if `auto_renew` is False.
    - `last_used_at` integer, nullable — Unix epoch seconds of the most recent task using the proxy.
    - `auto_renew` boolean, required — Whether the proxy renews automatically at the end of the period.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/smooth/apis/circlemind-zero.md) · [All operations](https://skmtc.dev/smooth/apis/circlemind-zero/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smooth/circlemind-zero/revisions/472956a12adf/schema)
