Skip to main content
GET
List live calls
Returns an array of call UUIDs for all calls currently in progress on your account. Use this for a quick overview of active calls without fetching full call details.
Use this endpoint to monitor concurrent call volume or to get call UUIDs for batch operations like transfer or hangup.

Path parameters

Query parameters

Example request

cURL

Response

200 OK

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.
Once you have the call UUIDs, use Retrieve a Live Call to get detailed information about each active call.

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"

Query Parameters

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

Response

200 - application/json

List of live call UUIDs

api_id
string
required

Unique identifier for this API request

calls
string[]
required

Array of call UUIDs for all active calls