Get a call
Calls
Get a call
Fetch one call’s full record — transcript, cost, recording, and AI analysis.
Get a call
Authorizations
Your API key as a Bearer token, e.g. Authorization: Bearer vk_….
Path Parameters
Response
Successful Response
A call, as the public API promises it. Curated — see module docstring.
A call's cost, explicitly currency-labeled (the internal cost_cents is USD-wallet, so a bare
number is ambiguous — this names the currency). total is in major units (USD dollars).
The platform AI analysis. Same shape as the call.analysis.completed webhook — see
app/webhooks/payload_builders.py::_analysis_object; keep the two in lockstep.