---
title: "List connection configs"
method: GET
path: "/client/v1/proxy-connection/get-list"
---

# List connection configs

`GET /client/v1/proxy-connection/get-list`

Returns a paginated list of proxy connection configurations for the authenticated account, with support for sorting and ordering.

## Query parameters

- `limit` integer
- `page` integer
- `sort_by` string
- `order_by` string

## Response `200`

Successful response

- ResponseListConfig — Connection configurations list response payload.
  - `success` boolean — Indicates whether the request was successful.
  - `message` string — Human-readable response message.
  - `result` object — Paginated response data.
    - `items` Config[] — List of connection configurations.
      - `id` integer — Configuration ID.
      - `user_id` integer — Owner user ID.
      - `server_id` integer — Server ID assigned to the configuration.
      - `proxy_type` integer — Proxy type identifier.
      - `country_code` string, nullable — Country targeting filter.
      - `city_code` string, nullable — City targeting filter.
      - `state_code` string, nullable — State/region targeting filter.
      - `isp_code` string, nullable — ISP targeting filter.
      - `start_port` integer — Start port of the allocated range.
      - `end_port` integer — End port of the allocated range.
      - `is_keep` integer — Indicates sticky session behavior (keep session).
      - `is_random_ip` integer — Indicates rotation behavior (randomize IP).
      - `session_time` string — Sticky session duration used for refresh when sticky mode is enabled.
      - `created_at` integer — Configuration creation timestamp.
      - `updated_at` integer — Configuration last updated timestamp.
    - `total_items` integer — Total number of items.
    - `total_pages` integer — Total number of pages.

## Other responses

- `400` — Bad request
- `403` — Authentication error

---

[API](https://skmtc.net/9proxy/apis/cd-key.md) · [All operations](https://skmtc.net/9proxy/apis/cd-key/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/9proxy/cd-key/versions/c159f83789a8/schema)
