Get the current concurrency and concurrency limit of the org
get/get-concurrency
Response
Successfully retrieved concurrency information.
Example response
{
"current_concurrency": 10,
"concurrency_limit": 100,
"base_concurrency": 20,
"purchased_concurrency": 80,
"concurrency_purchase_limit": 100,
"remaining_purchase_limit": 20,
"reserved_inbound_concurrency": 10,
"concurrency_burst_enabled": true,
"concurrency_burst_limit": 60
}