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.
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.