Get the current concurrency and concurrency limit of the org
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
Successfully retrieved a voice.
The current concurrency (amount of ongoing calls) of the org.
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.
100
The free concurrency limit of the org.
20
The amount of concurrency that the org has already purchased.
80
The maximum amount of concurrency that the org can purchase.
100
The remaining amount of concurrency that the org can purchase. This is the difference between concurrency_purchase_limit and purchased_concurrency.
20
Whether burst concurrency mode is enabled. When enabled, allows the org to exceed their normal concurrency limit with a surcharge.
true
The maximum concurrency limit when burst mode is enabled. This is calculated as min(3x normal limit, normal limit + 300). Returns 0 if burst mode is disabled.
60