Skip to main content
GET
/
v1
/
get-call
/
{call_id}
Get Call
curl --request GET \
  --url https://client-api.tryvox.co/v1/get-call/{call_id} \
  --header 'Authorization: Bearer <token>'
{
  "agent_id": "<string>",
  "call_id": "<string>",
  "call_type": "inbound",
  "call_from": "<string>",
  "call_to": "<string>",
  "dynamic_variables": {},
  "metadata": {},
  "recording_url": "<string>",
  "transcript": [
    {
      "role": "agent",
      "content": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

call_id
string
required

Response

agent_id
string
required
call_id
string
required
call_type
enum<string>
required
Available options:
inbound,
outbound,
web
call_from
string | null
call_to
string | null
dynamic_variables
object
metadata
object
recording_url
string | null
transcript
object[] | null