Skip to main content
Version: v3

List Call Logs

GET 

/voice-ai/dashboard/call-logs

Returns call logs for Voice AI agents scoped to a location. Supports filtering by agent, contact, call type, action types, and date range (interpreted in the provided IANA timezone). Also supports sorting and 1-based pagination.

Request

Version stringrequired

API Version

Available optionsv3
locationId stringrequired

Location identifier. Filters results to this location.

agentId string

Agent identifier. When provided, returns logs for this agent only.

contactId string

Contact IDs (comma-separated) to filter by.

callType string

Call type filter.

Available optionsLIVETRIAL
startDate number

Start date filter (Unix timestamp). Must be less than endDate. Both startDate and endDate must be provided together.

endDate number

End date filter (Unix timestamp). Must be greater than startDate. Both startDate and endDate must be provided together.

actionType string

Action type filter for call logs (comma-separated ACTION_TYPE values)

Available optionsCALL_TRANSFERDATA_EXTRACTIONIN_CALL_DATA_EXTRACTIONWORKFLOW_TRIGGERSMSAPPOINTMENT_BOOKINGCUSTOM_ACTIONKNOWLEDGE_BASE
sortBy string

Field to sort by. Defaults to newest if omitted.

Available optionsdurationcreatedAt
sort string

Sort direction. Applies only when sortBy is provided.

Available optionsascenddescend
page number

Page number (1-based).

Default value:1
pageSize number

Page size (max 50).

Default value:10
application/json

Successfully retrieved call logs

Schema
    totalnumberrequired

    Total number of items

    pagenumberrequired

    Page number starting from 1

    pageSizenumberrequired

    Number of items per page

    callLogsobject[]required

    Array of call logs