Skip to main content
GET
Get Call Details

Authorizations

Authorization
string
header
required

API key from Settings → API Keys in your workspace

Query Parameters

call_id
string
required

Call UUID returned from the Initiate Call endpoint

Response

Call details retrieved. Returns an array — transferred calls include multiple records.

call_id
string

Unique call identifier. Transfer legs append :1, :2, etc.

phone_to
string

Destination phone number

phone_from
string

Originating phone number

call_start
string<date-time>

Call start timestamp (UTC ISO-8601)

call_end
string<date-time>

Call end timestamp (UTC ISO-8601)

disposition
string

Call outcome

Example:

"Completed"

answered_by
string

Who answered the call

Example:

"human"

agent
string

Agent UUID that handled the call

direction
string

Call direction

Example:

"out"

transfer
boolean

Whether the call was transferred

is_transfer
boolean

Indicates this record is a transfer leg