---
title: "List"
method: GET
path: "/api/cp/setup/anycast-loadbalancer"
tags: ["Anycast Loadbalancer"]
---

# List

`GET /api/cp/setup/anycast-loadbalancer`

Retrieve a paginated list of Anycast Loadbalancer records. Supports filtering, sorting, and search.

## Query parameters

- `insertion` 'stateless' | 'transactional' | 'dialog'

## Response `200`

Successful response

- AnycastLoadbalancer[]
  - `id` integer — Id
  - `account_id` integer — Account Id (references account.id)
  - `ip` string, ipv4 — Ip
  - `cost` number — Cost
  - `uac_test` string — Uac Test
  - `alg` integer — Alg
  - `cps` integer — Cps
  - `created_on` string, date-time — Created On
  - `internal_only` integer — Internal Only
  - `validate` string — Validate
  - `compress_in` string — Compress In
  - `compress_out` string — Compress Out
  - `insertion` 'stateless' | 'transactional' | 'dialog' — Insertion
  - `flags` string — Flags
  - `primary_attempts` integer — Primary Attempts
  - `secondary_attempts` integer — Secondary Attempts

## Other responses

- `400` — Bad Request - Invalid parameters or request body
- `401` — Authentication information is missing or invalid
- `403` — Access denied - insufficient permissions or dependency access failure
- `500` — Internal server error

---

[API](https://skmtc.dev/connexcs/apis/connexcs-control-panel-api.md) · [All operations](https://skmtc.dev/connexcs/apis/connexcs-control-panel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/connexcs/connexcs-control-panel-api/revisions/54bc2ed6edae/schema)
