Workspace & Health

Workspace overview, billing, and voice engine health.

Read-only endpoints for monitoring your workspace.

Overview

A high-level summary of active calls, live agents, tools, schedules, and wallet balance.

const overview = await voice.overview.get();
overview = client.overview()

Billing

Credit balance, limits, and usage.

const billing = await voice.billing.get();
billing = client.billing()

Voice engine health

Real-time WebRTC/SIP cluster health. This endpoint is unauthenticated.

const health = await voice.voiceEngine.health();
health = client.voice_engine_health()

On this page