Skip to main content
GET
Get a call

Authorizations

X-API-Key
string
header
required

Path Parameters

account_id
string<uuid4>
required
call_id
string<uuid4>
required

Response

OK

id
string<uuid4>
required
type
string
required
status
string
required
created
string<date-time>
required
modified
string<date-time>
required
direction
string | null
answer_status
enum<string> | null

How the call was answered when known (waiting, human, machine, user_rejected, user_unavailable, user_busy, or unknown).

Available options:
waiting,
human,
machine,
user_rejected,
user_unavailable,
user_busy,
unknown
agent_id
string<uuid4> | null
agent_name
string | null
from_number
string | null
to_number
string | null
external_id
string | null
started_at
string<date-time> | null
ended_at
string<date-time> | null
duration_seconds
integer | null
messages
(UserMessageSchema · object | AgentMessageSchema · object | SystemMessageSchema · object | ToolMessageSchema · object | EventMessageSchema · object)[]
capture
ConversationCaptureSchema · object | null

Capture artifacts associated with a conversation.