Call Management
Retrieve a queued call
Fetch details of a single pending Vobiz call by UUID before it connects - inspect destination, timestamps, and queue state via GET with status=queued.
GET
Retrieve a queued call
A call is in the “queued” state when it has been initiated via the API but has not been answered yet, including calls waiting for the destination to ring or answer.
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
auth_id | string | Yes | Your Vobiz account ID |
call_uuid | string | Yes | Unique identifier of the queued call |
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
status | string | Yes | Must be queued to retrieve queued call details |
Example request
cURL
Response
200 OK
| Field | Description |
|---|---|
api_id | Unique identifier for this API request |
call_status | Always queued for this endpoint |
call_uuid | Unique identifier for the call |
request_uuid | Request identifier (same as call_uuid) |
direction | Call direction: outbound or inbound |
from | Source phone number |
to | Destination phone number |
caller_name | Caller ID name |
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Example:
"cdr_XXXXXXXXXX"
Query Parameters
Available options:
live, queued Response
200 - application/json
Queued call details