---
title: "List live calls"
method: GET
path: "/api/v1/Account/{auth_id}/Call"
tags: ["Live Calls"]
---

# List live calls

`GET /api/v1/Account/{auth_id}/Call`

Retrieve all currently active (live) calls on the account.

## Path parameters

- `auth_id` string, required

## Query parameters

- `status` 'live' | 'queued', required

## Response `200`

List of live call UUIDs

- object
  - `api_id` string, required — Unique identifier for this API request
  - `calls` string[], required — Array of call UUIDs for all active calls

---

[API](https://skmtc.dev/vobiz/apis/vobiz-api.md) · [All operations](https://skmtc.dev/vobiz/apis/vobiz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vobiz/vobiz-api/revisions/863f08cd6737/schema)
