For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
idstringRequired

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
Responses
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

Was this helpful?