---
title: "Retrieve a conference server"
method: GET
path: "/conference_servers/{id}"
tags: ["Conference"]
---

# Retrieve a conference server

`GET /conference_servers/{id}`

Retrieve a conference server.

## Path parameters

- `id` string, required — The unique ID of the resource.

## Response `200`

OK

- object
  - `id` string — The unique ID of the resource.
  - `name` string — The name of conference server.
  - `enabled` boolean — The activate status or deactivated status.
  - `type` 'INTERNAL' | 'EXTERNAL' — Every PortSIP PBX has a built-in conference server marked as `INTERNAL`; Newly added conference servers will be marked as "EXTERNAL".
  - `ipv4` string — Host IPV4 address.
  - `ipv6` string — Host IPV6 address.
  - `max_rooms` integer — The maximum number of rooms for conference server.
  - `max_participants` integer — The maximum number of participants for conference server.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
