Skip to main content
Version: v3

Get Call Log

GET 

/voice-ai/dashboard/call-logs/:callId

Returns a call log by callId.

Request

Version stringrequired

API Version

Available optionsv3
callId stringrequired

Call ID

locationId stringrequired

Location ID

application/json

Successfully retrieved call log

Schema
    idstringrequired

    Unique identifier for the call

    contactIdstring

    Associated contact ID

    agentIdstringrequired

    Agent ID associated with the call

    isAgentDeletedbooleanrequired

    Whether the agent is deleted

    fromNumberstring

    Caller phone number

    createdAtstring<date-time>required

    Timestamp when the call was created

    durationnumberrequired

    Call duration in seconds

    trialCallbooleanrequired

    Whether this call was a trial call

    executedCallActionsobject[]required

    Actions performed during the call. Note: The APPOINTMENT_BOOKING action will only be visible in executedCallActions from Sep 9th 2025.

    summarystringrequired

    Call summary

    transcriptstringrequired

    Call transcript

    translationobject

    Transcript translation details

    extractedDataobject

    Dynamic data extracted from the call based on agent configuration

    messageIdstring

    Message identifier associated with the call