Account
Concurrency
Retrieve real-time concurrent call usage for your Vobiz account - monitor active channels, check capacity headroom, and scale voice infrastructure globally.
GET
Get concurrency limits
Overview
The Concurrency API lets you retrieve real-time data about how many concurrent lines are active for your account. Use it to monitor line utilization and ensure you have sufficient capacity.Get Concurrency
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
Request
cURL
Response
JSON Response
Response fields
| Field | Type | Description |
|---|---|---|
account_id | string | The account these counters belong to. |
concurrent_calls | integer | Number of calls currently active. |
max_concurrent | integer | The account’s concurrent-call ceiling. Equals concurrent_calls_limit from the Account object (base_concurrent_calls_limit + purchased_concurrent_calls). |
utilization_pct | integer | concurrent_calls as a percentage of max_concurrent. |
request_id | string | Unique identifier for this request, useful for support. |
Concurrency vs CPS.
max_concurrent caps how many calls can be live at once; the separate CPS limit (cps_limit) caps how many new calls you can start per second. Both are raised by purchasing add-ons (purchased_concurrent_calls, purchased_cps) — see The Account Object. When utilization_pct approaches 100, new calls are rejected until channels free up.Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"