Status

Query call queue server status

get

Retrieve a call queue server's status.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired

The unique ID of call queue server.

stringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
Responses
chevron-right
200

OK

application/json
cpu_usageintegerOptional

CPU usage.

memory_usageintegerOptional

Memory usage.

statusstring · enumOptional

Call queue's status:

  • ONLINE: The call queue is online.
  • OFFLINE: The call queue is offline.
Possible values:
get
/call_queue_servers/{id}/status