Skip to main content
GET
Fetch a call with its trace

Authorizations

Authorization
string
header
required

Tenant API key (vdx_live_…) as Authorization: Bearer.

Path Parameters

id
string
required
Pattern: ^[a-zA-Z0-9-_+]+$

Response

The call.

id
string
status
string
error
string
direction
string
fromNumber
string
toNumber
string
assistantName
string
startedAt
integer<int64>

Epoch ms.

durationMs
integer
events
object[]

The worker's JSONL trace, one object per line: call-meta, config-effective, per-turn records (with derived.ttfaMs and text), recording, call-end. Empty when the call failed before an agent joined.

recordingUrl
string | null
Example:

"/v1/recordings/call-…"