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