---
title: "Get Call Queue Overflow Settings"
method: GET
path: "/restapi/v1.0/account/{accountId}/extension/{callQueueId}/overflow-settings"
tags: ["Call Queues"]
---

# Get Call Queue Overflow Settings

`GET /restapi/v1.0/account/{accountId}/extension/{callQueueId}/overflow-settings`

Returns overflow settings for a call queue specified in path.

## Path parameters

- `accountId` string, required
- `callQueueId` string, required

## Response `200`

Call queue overflow settings

- CallQueueOverflowSettings
  - `enabled` boolean — Call queue overflow status
  - `items` CallQueueInfo[]
    - `uri` string, uri — Link to a call queue
    - `id` string — Internal identifier of a call queue
    - `extensionNumber` string — Extension number of a call queue
    - `name` string — Name of a call queue
    - `status` 'Enabled' | 'Disabled' | 'NotActivated' — Call queue status
    - `subType` 'Emergency' — Indicates whether it is an emergency call queue extension or not

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/versions/8d602198ec97/schema)
