---
title: "Retrieve a virtual receptionist server"
method: GET
path: "/ivr_servers/{id}"
tags: ["Virtual Receptionist"]
---

# Retrieve a virtual receptionist server

`GET /ivr_servers/{id}`

Retrieve a virtual receptionist 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 virtual receptionist server.
  - `enabled` boolean — The activate status or deactivated status.
  - `ipv4` string — Host IPV4 address.
  - `ipv6` string — Host IPV6 address.
  - `type` 'INTERNAL' | 'EXTERNAL' — Every PortSIP PBX has a built-in virtual receptionist server marked as `INTERNAL`; Newly added virtual receptionist servers will be marked as "EXTERNAL".

## 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)
