Skip to main content
POST
Retrieve a call

Authorizations

x-api-key
string
header
required

The API key

Body

application/json
callId
string
required

The call id

Example:

"1234567890"

Response

createdAt
string<date-time>
required

The date and time the call was created

Example:

"2025-01-01T00:00:00.000Z"

call_status
string
required

The status of the call

Example:

"completed"

initialContext
string
required

The initial context of the call

Example:

"Hello, how are you?"

greeting
string
required

The greeting of the call

Example:

"Hello, how are you?"

fromPhone
string
required

The phone number of the caller

Example:

"+1234567890"

disconnect_reason
string
required

The disconnect reason of the call

extraContext
object
required

The extra variables of the call

Example:
agent
object
required

The agent of the call

summary
string
required

The summary of the call

analysis
object
required

The analysis fields of the call

Example:
call_duration
number
required

The duration of the call

recording_url
string
required

The recording url of the call

is_voicemail
boolean
required

Whether the call is voicemail