Skip to main content
GET
Get Call Log

Authorizations

Authorization
string
header
required

Access Token or Private Integration Token

Headers

Version
enum<string>
required

API Version

Available options:
2021-04-15

Path Parameters

callId
string
required

Call ID

Example:

"507f1f77bcf86cd799439011"

Query Parameters

locationId
string
required

Location ID

Example:

"LOC123456789ABCDEF"

Response

Successfully retrieved call log

id
string
required

Unique identifier for the call

Example:

"507f1f77bcf86cd799439011"

agentId
string
required

Agent ID associated with the call

Example:

"507f1f77bcf86cd799439013"

isAgentDeleted
boolean
required

Whether the agent is deleted

Example:

false

createdAt
string<date-time>
required

Timestamp when the call was created

Example:

"2024-01-15T10:30:00.000Z"

duration
number
required

Call duration in seconds

Example:

180

trialCall
boolean
required

Whether this call was a trial call

Example:

false

executedCallActions
object[]
required

Actions performed during the call

Example:
summary
string
required

Call summary

Example:

"Customer called to inquire about product pricing and was transferred to sales team."

transcript
string
required

Call transcript

Example:

"bot: Hello, how can I help you today?\nhuman: I would like to know about your pricing..."

contactId
string

Associated contact ID

Example:

"507f1f77bcf86cd799439012"

fromNumber
string

Caller phone number

Example:

"+1234567890"

translation
object

Transcript translation details

extractedData
object

Dynamic data extracted from the call based on agent configuration

Example:
messageId
string

Message identifier associated with the call

Example:

"507f1f77bcf86cd799439014"

Last modified on March 7, 2026