latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

Call Queue

Query call queue's status

Query call queue's status by it's unique ID.

get/call_queues/{id}/status

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of the call queue.

Response

OK

status'ONLINE' | 'OFFLINE'

Status of queue:

  • ONLINE:
  • OFFLINE:

Example response

{
  "status": "ONLINE"
}