Calls

List Calls

List all calls for the current user's customer.

Returns calls ordered by created_at descending (newest first). By default, test calls are excluded. Set include_test_calls=true to include them.

get/calls/

Query parameters

limitinteger
offsetinteger
include_test_callsboolean

Response

Successful Response

call_idstring uuid required
customer_idstring uuid required
case_idstring uuid nullable required
created_atstring date-time required
phone_numberstring nullable required
system_phone_numberstring nullable required
duration_secondsinteger nullable required
directionstring required
channelstring nullable
statusstring required
caller_client_statusstring nullable required
is_testboolean required
transferredboolean required
call_sidstring nullable required
forwarded_call_sidstring nullable required
session_idstring nullable required
start_timestring date-time nullable required
end_timestring date-time nullable required
caller_namestring nullable required
caller_emailstring nullable required
has_errorboolean required
error_descriptionstring nullable required
errorsobject[] nullable
quality_scorestring nullable required
quality_reasonstring nullable required
goal_accomplishedboolean nullable required
goal_reasonstring nullable required
caller_hung_upboolean nullable required
billableboolean nullable
hit_voicemailboolean nullable
call_providerstring nullable

Voice agent provider: 'pipecat', 'vapi', or 'ringcentral' (null means pipecat/legacy)

cnam_caller_namestring nullable

Caller ID name from Twilio CNAM lookup (display only - may be account holder, not actual caller)

cnam_caller_typestring nullable

Caller type from CNAM: 'CONSUMER' or 'BUSINESS'

next_call_idstring uuid nullable
previous_call_idstring uuid nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.