Account
Get Concurrency
Get the current concurrency and concurrency limit of the org
GET
/
get-concurrency
Authorizations
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
Response
200 - application/json
The current concurrency (amount of ongoing calls) of the org.
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
.
The free concurrency limit of the org.
The amount of concurrency that the org has already purchased.
The maximum amount of concurrency that the org can purchase.
The remaining amount of concurrency that the org can purchase. This is the difference between concurrency_purchase_limit
and purchased_concurrency
.
Was this page helpful?