Retrieve the current concurrent call usage and configured limits.
curl --request GET \
--url https://api.vobiz.ai/api/v1/account/{auth_id}/concurrency \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'{
"account_id": "MA_XXXXXXXX",
"concurrent_calls": 0,
"max_concurrent": 46,
"utilization_pct": 0,
"request_id": "aabbccdd1234567890abcdef12345678"
}Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET https://api.vobiz.ai/api/v1/account/{auth_id}/concurrency
X-Auth-ID - Your account Auth IDX-Auth-Token - Your account Auth TokenContent-Type: application/jsoncurl -X GET "https://api.vobiz.ai/api/v1/Account/YOUR_AUTH_ID/concurrency" \
--header 'X-Auth-ID: YOUR_AUTH_ID' \
--header 'X-Auth-Token: YOUR_AUTH_TOKEN' \
--header 'Accept: application/json'
{
"account_id": "MA_XXXXXXXX",
"concurrent_calls": 0,
"max_concurrent": 50,
"utilization_pct": 0,
"request_id": "oRGnfwRIsamKQxfZLHwksPZKOKlQnCup"
}
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Your account Auth ID
"MA_XXXXXX"
Was this page helpful?
curl --request GET \
--url https://api.vobiz.ai/api/v1/account/{auth_id}/concurrency \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'{
"account_id": "MA_XXXXXXXX",
"concurrent_calls": 0,
"max_concurrent": 46,
"utilization_pct": 0,
"request_id": "aabbccdd1234567890abcdef12345678"
}