---
title: "Get Afc Server list and their status"
method: GET
path: "/afcserver"
tags: ["afc-endpoint"]
---

# Get Afc Server list and their status

`GET /afcserver`

Get all Afc Servers data

## Query parameters

- `ownerId` integer, required

## Response `200`

OK

- XiqListAfcServers
  - `servers` XiqAfcServer[]
    - `state` 'CONNECTED' | 'DNS_ERROR' | 'UNREACHABLE' | 'CONNECTION_REFUSED' | 'INVALID_CERT' | 'REVOKED_CERT' | 'NOT_FOUND' | 'HTTP_ERROR' | 'INVALID_RESPONSE' | 'CONNECTION_RESET' | 'READ_TIMEOUT' | 'UNKNOWN_ERROR'
    - `server_url` string
    - `region` string
    - `server_id` integer

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
