Skip to main content
GET
JavaScript

Authorizations

x-api-key
string
header
required

API key authentication

Path Parameters

workerId
string
required
logId
string
required

Query Parameters

fields
string

Comma-separated list of fields to include in the response. When omitted, all fields are returned. The id field is always included. Allowed fields: id, createdAt, updatedAt, workerId, deploymentId, flowId, bbEngineSessionId, extractionsData, metadata, flowSnapshot, sessionLogData, type, startTime, endTime, externalCallId, direction, fromNumber, toNumber, transcription, messages, recordingUrl, data, Telephony_source, status, call_sid, duration, successResults, transferData

Response

Voice deployment log record

id
string
required
startTime
string<date-time> | null
endTime
string<date-time> | null
externalCallId
string | null
direction
string | null
fromNumber
string | null
toNumber
string | null
transcription
string | null
messages
object | null
recordingUrl
string | null
data
object | null

Additional structured data from the call, including post-call analytics and latency metrics

Telephony_source
string | null
status
string | null
call_sid
string | null
duration
integer | null
transferData
object | null

Transfer data associated with this call, if any. metrics.transfers is 1 for a call with a transfer record and aligns with voice analysis transfer counts; metrics.transferEvents is the raw callback/event count.