---
title: "Retrieve call queue blacklist prompts configurations"
method: GET
path: "/call_queue_blacklist_prompts"
tags: ["CTI"]
---

# Retrieve call queue blacklist prompts configurations

`GET /call_queue_blacklist_prompts`

Retrieve call queue blacklist prompts configurations.

## Response `200`

OK

- object
  - `enable_level1` boolean — Whether to enable the the level 1 blacklist.
  - `level1_prompt_file_name` string — The name of the file.
  - `level1_prompt_file_size` integer — The file size in bytes.
  - `level1_prompt_file_url` string — The relative path to file url for file downloading.
  - `enable_level2` boolean — Whether to enable the the level 2 blacklist.
  - `level2_prompt_file_name` string — The name of the file.
  - `level2_prompt_file_size` integer — The file size in bytes.
  - `level2_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)
