Call Management
Retrieve all queued calls
List UUIDs for all pending outbound calls on your Vobiz account waiting to connect - returns up to 20 queued calls per request for full queue visibility.
GET
List queued calls
Calls are in the “queued” state when they have been initiated but are waiting to be connected - either waiting for the destination to ring or for resources to become available.
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 queued to retrieve queued calls |
This endpoint returns a maximum of 20 call UUIDs per request. Poll periodically if you have more than 20 queued calls.
Example request
cURL
Response
200 OK
| Field | Description |
|---|---|
api_id | Unique identifier for this API request |
calls | Array of call UUIDs for all queued calls (max 20) |
Common use cases
- Monitor queue depth and detect call backlogs.
- Identify calls stuck in queue for troubleshooting.
- Build queue management dashboards.
- Cancel all queued calls in bulk during maintenance.
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