GET
/
get-concurrency

Authorizations

Authorization
string
headerrequired

Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"

Response

200 - application/json
current_concurrency
integer

The current concurrency (amount of ongoing calls) of the org.

concurrency_limit
integer

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.

base_concurrency
integer

The free concurrency limit of the org.

purchased_concurrency
integer

The amount of concurrency that the org has already purchased.

concurrency_purchase_limit
integer

The maximum amount of concurrency that the org can purchase.

remaining_purchase_limit
integer

The remaining amount of concurrency that the org can purchase. This is the difference between concurrency_purchase_limit and purchased_concurrency.