Call Management
Retrieve all live calls
List UUIDs of every active call on your Vobiz account in real time - power monitoring dashboards, concurrent capacity audits, and bulk operations.
GET
List live calls
Use this endpoint to monitor concurrent call volume or to get call UUIDs for batch operations like transfer or hangup.
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
auth_id | string | Yes | Your Vobiz account ID |
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
status | string | Yes | Must be set to live to retrieve only active calls |
Example request
cURL
Response
200 OK
| Field | Description |
|---|---|
api_id | Unique identifier for this API request |
calls | Array of call UUIDs for all active calls |
Common use cases
- Monitor concurrent call volume in real-time.
- Build live dashboards showing active call count.
- Implement call capacity alerts and monitoring.
- Get call UUIDs for batch operations (transfer, hangup).
- Audit active calls for compliance or troubleshooting.
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Query Parameters
Available options:
live, queued