---
title: "Retrieve call park server"
method: GET
path: "/call_park"
tags: ["Call Park"]
---

# Retrieve call park server

`GET /call_park`

Retrieve call park server information.

## Response `200`

OK

- object
  - `enabled` boolean — Enable call park server or not.
  - `extension_number` string — The extension number.
  - `recall_to` 'USER_ONLY' | 'USER_FIRST_THEN_RING_GROUP' | 'RING_GROUP_ONLY' — Select how the park server forwards the call when the parked call is not picked up in the **Recall Time**. The forwarding destination can be an extension or a ring group. Can be either: - `USER_ONLY`: - `USER_FIRST_THEN_RING_GROUP`: - `RING_GROUP_ONLY`: When set to `USER_FIRST_THEN_RING_GROUP` or `RING_GROUP_ONLY`, `ring_group_id` must also be specified.
  - `recall_time` integer — Set how long the call can be parked on the park server, in seconds. After this time, the park server needs to forward the call to the preset extension or ring group according to the settings. The default value is 300 seconds, the minimum value is 60 seconds, and the maximum value is 900 seconds.
  - `recall_ring_group_time` integer — Set how long the call can be parked on the park server, in seconds. If the call is not picked up after this time, the park server needs to forward the call to the preset ring group according to the settings. The default value is 300 seconds, the minimum value is 60 seconds, and the maximum value is 90 seconds.
  - `ring_group_id` string — The unique ID of the resource.
  - `prompt_file_name` string — The name of the file.
  - `prompt_file_size` integer — The file size in bytes.
  - `prompt_file_url` string — The relative path to file url for file downloading.

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