Skip to main content
GET
Retrieve a live call
Retrieve detailed information about an in-progress call. Unlike the standard CDR endpoint which returns finalized records, this endpoint provides real-time status for active calls including current state, call flow position, and live duration metrics.
This endpoint only returns data for calls currently in progress. For completed calls, use the standard call CDR endpoint instead.

Path parameters

Query parameters

The status=live query parameter is required. Without it, the endpoint returns the finalized CDR (if the call ended) or a 404 error.

Example request

cURL

Response

200 OK

Response fields

Poll this endpoint periodically to track a call’s status while it is in progress.

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

call_uuid
string
required
Example:

"cdr_XXXXXXXXXX"

Query Parameters

status
enum<string>
default:live
required
Available options:
live,
queued

Response

200 - application/json

Live call details

api_id
string
required

Unique identifier for this API request

call_status
string
required

Current state of the call (e.g. in-progress)

call_uuid
string
required
caller_name
string
required
direction
string
required
from
string
required
request_uuid
string
required
session_start
string
required
stir_attestation
string
required
stir_verification
string
required
to
string
required