Group Location
Explore Plans
Mobile menu Close menu
Zoom PhoneZoom Phone

Get call logs

This query returns the call logs of a user starting with the most recent.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns the call logs of a user starting with the most recent.
API endpoint slug
zoom_phone.get_call_logs
Runtime method
performQuery("zoom_phone.get_call_logs")

Query fields

Call status Dropdown list

Label
Which status should the call be?
Helper text
All calls or only missed calls?
Slug
call_status
Required
true
Can have default value
true

Ingredients

Call IDThe ID of the caller.

Slug
call_id
Filter code
ZoomPhone.getCallLogs.CallId
Type
String
Example
asdkjfj83jralk

Call dateThe start time of the voicemail.

Slug
call_date
Filter code
ZoomPhone.getCallLogs.CallDate
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Caller nameThe name of the user who made the call.

Slug
caller_name
Filter code
ZoomPhone.getCallLogs.CallerName
Type
String
Example
Biff McIfttt

Caller numberThe phone number of the user who made the call.

Slug
caller_number
Filter code
ZoomPhone.getCallLogs.CallerNumber
Type
String
Example
Bill Gates

Caller number typeThe source of the caller's phone number -- Internal or external?

Slug
caller_number_type
Filter code
ZoomPhone.getCallLogs.CallerNumberType
Type
String
Example
external

Callee nameThe name of the person who received the call.

Slug
callee_name
Filter code
ZoomPhone.getCallLogs.CalleeName
Type
String
Example
Elon Musk

Callee numberThe phone number of the person who received the call.

Slug
callee_number
Filter code
ZoomPhone.getCallLogs.CalleeNumber
Type
String
Example
Ada Lovelace

Callee number typeThe source of the callee's phone number -- internal or external?

Slug
callee_number_type
Filter code
ZoomPhone.getCallLogs.CalleeNumberType
Type
String
Example
internal

Call directionThe direction of the call -- inbound or outbound.

Slug
call_direction
Filter code
ZoomPhone.getCallLogs.CallDirection
Type
String
Example
outbound

Call durationThe duration of the call in seconds

Slug
call_duration
Filter code
ZoomPhone.getCallLogs.CallDuration
Type
String
Example
15

Call resultThe result of the call -- connected, recorded, or no answer

Slug
call_result
Filter code
ZoomPhone.getCallLogs.CallResult
Type
String
Example
recorded

Call recordedWas the call recorded?

Slug
call_recorded
Filter code
ZoomPhone.getCallLogs.CallRecorded
Type
String
Example
true

Call voicemailDoes the call have a voicemail

Slug
call_voicemail
Filter code
ZoomPhone.getCallLogs.CallVoicemail
Type
String
Example
false