Account
Get Concurrency
Get the current concurrency and concurrency limit of the org
GET
Authorizations
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
Response
200
application/json
Successfully retrieved a voice.
The current concurrency (amount of ongoing calls) of the org.
Example:
10
The total concurrency limit (at max how many ongoing calls one can make) of the org. This should be the sum of base_concurrency
and purchased_concurrency
.
Example:
100
The free concurrency limit of the org.
Example:
20
The amount of concurrency that the org has already purchased.
Example:
80
The maximum amount of concurrency that the org can purchase.
Example:
100
The remaining amount of concurrency that the org can purchase. This is the difference between concurrency_purchase_limit
and purchased_concurrency
.
Example:
20
Was this page helpful?