Aircall Calls

This table represents calls data from Aircall API

NOTE: This table is only available to some customers with custom call center numbers

NOTE: This table will be published in Week 23 or 24

One can see the full documentation about Aircall API endpoint here. We use most of the same columns with some cleaning for use at Monta. https://developer.aircall.io/api-references/#call-overview


NameData TypeDescription
call_idINTEGERPrimary key
call_provider_idSTRINGCall identifier from call provider
started_atTimestamp_NTZTimestamp when the Call started. In UTC
ended_atTimestamp_NTZTimestamp when the Call ended. In UTC
answered_atTimestamp_NTZTimestamp when the Call was answered. In UTC
duration_secondsINTEGERDuration of the call in second. This field is computed by ended_at - started_at.
directionSTRINGDirection of the call: "inbound" or "outbound".
aircall_linkSTRINGURL to access the call in the Aircall web application.
statusSTRINGStatus of the call: "answered", "missed", "voicemail", "abandoned" or "refused".
missed_call_reasonSTRINGRepresenting the reason why the Call was missed.
Can be out_of_opening_hours, short_abandoned, abandoned_in_ivr, abandoned_in_classic, no_available_agent or agents_did_not_answer.
user_idINTEGERID of the user that took or made the call
user_nameSTRINGName of the user who took or made the call
user_emailSTRINGEmail of the user who took or made the call
user_languageSTRINGLanguage preference for the user who took or made the call. The format is IETF language tag. Default is en-US.
user_wrap_up_timeINTEGERA pre-set timer triggered after a call has ended, during which the user can’t receive any calls.
user_extensionSTRINGThe extension of the user
number_idINTEGERUnique identifier for the Number.
number_nameSTRINGThe name of the Number.
number_digitsSTRINGInternational format of the Number.
number_countrySTRINGISO 3166-1 alpha-2 country code of the Number.
number_time_zoneSTRINGNumber's time zone
assigned_to_idINTEGERID of the user to whom the call was assigned
assigned_to_emailSTRINGEmail of the user to whom the call was assigned
assigned_to_nameSTRINGName of the user to whom the call was assigned
transferred_by_idINTEGERID of the user who made the transfer
transferred_by_emailSTRINGEmail of the user who made the transfer
transferred_by_first_nameSTRINGFirst name of the user who made the transfer
transferred_by_last_nameSTRINGLast name of the user who made the transfer
transferred_to_idINTEGERID of the user who whom the call was transferred
transferred_to_emailSTRINGEmail of the user who whom the call was transferred
transferred_to_nameSTRINGName of the user who whom the call was transferred
pricing_typeSTRING
recordingSTRINGIf present, the direct URL of the live recording (mp3 file) for this Call. This feature can be enabled from the Aircall Dashboard, on each Number - more information in our (valid for only 1 hour)
team_idSTRINGUnique identifier for the Team.
team_nameSTRINGFull name of the Team.
comments_idSTRINGID of Notes added to this Call by Users.
comments_contentSTRINGContent of Notes added to this Call by Users.
tag_idsSTRINGIDs of Tags added to this Call by Users.
tag_namesSTRINGNames of Tags added to this Call by Users.
final_ivr_idSTRING Id of the last ivr option selected
final_ivr_keySTRINGKey of the last ivr option selected
final_ivr_started_atTimestamp_NTZTimestamp when the last IVR option starts i.e. user starts listening to IVR Options.
final_ivr_ended_atTimestamp_NTZTimestamp when the last IVR option ends i.e. user selects an option or default option is selected.