---
title: "List"
method: GET
path: "/api/cp/setup/anyedge-domain"
tags: ["Any Edge Domain"]
---

# List

`GET /api/cp/setup/anyedge-domain`

Retrieve a paginated list of Any Edge Domain records. Supports filtering, sorting, and search.

## Query parameters

- `status` 'Pending' | 'Ready' | 'Error'
- `method` 'SSLv23' | 'SSLv3' | 'TLSv1' | 'TLSv1_2' | 'none'
- `insertion` 'stateless' | 'transactional' | 'dialog'

## Response `200`

Successful response

- AnyEdgeDomain[]
  - `id` integer — Id
  - `anycast_dispatcher_id` integer — Anycast Dispatcher Id (references anycast_dispatcher.id)
  - `domain` string — Domain (unique)
  - `status` 'Pending' | 'Ready' | 'Error' — Status
  - `method` 'SSLv23' | 'SSLv3' | 'TLSv1' | 'TLSv1_2' | 'none' — Method
  - `verify_cert` integer — Verify Cert
  - `require_cert` integer — Require Cert
  - `cipher_list` string — Cipher List
  - `ec_curve` string — Ec Curve
  - `uac_test` string — Uac Test
  - `alg` integer — Alg
  - `cps` integer — Cps
  - `validate` string — Validate
  - `compress_in` string — Compress In
  - `compress_out` string — Compress Out
  - `insertion` 'stateless' | 'transactional' | 'dialog' — Insertion
  - `flags` string — Flags
  - `last_updated` string, date-time, nullable — Last Updated
  - `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)
