GET
Get Call
Retrieves the full record of a single call, including transcript, recording, and AI analysis.
GET
https://api.vantaxai.com/v1/calls/{call_id}Returns everything the Agent captured for the call: the turn-by-turn `transcript` (each entry tagged `agent` or `caller` with a timestamp), the `recording_url`, an `ai_summary`, the detected `outcome` and caller `sentiment`, total `duration`, any `tool_calls` the Agent executed mid-call (e.g. checking the calendar or booking an appointment), and the `call_end_reason` describing how the call wrapped up.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Path Parameters
call_idstringrequiredThe call's unique identifier.
example: call_7f3a9c21