---
title: "Query call queue server status"
method: GET
path: "/call_queue_servers/{id}/status"
tags: ["Call Queue"]
---

# Query call queue server status

`GET /call_queue_servers/{id}/status`

Retrieve a call queue server's status.

## Path parameters

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

## Response `200`

OK

- object
  - `cpu_usage` integer — CPU usage.
  - `memory_usage` integer — Memory usage.
  - `status` 'ONLINE' | 'OFFLINE' — Call queue's status: - `ONLINE`: The call queue is online. - `OFFLINE`: The call queue is offline.

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