Tool to retrieve calls history with filtering and pagination. By default returns all calls for all users' widgets. Use when you need to query historical call data with optional filters for date range, status, widgets, users, tags, or phone numbers.
urlstringFilter by widget installation URL.
limitintegerMaximum number of calls to return for pagination.
offsetintegerNumber of calls to skip before starting to collect results for pagination.
call_idarrayShow calls by specific call IDs. Can provide multiple IDs.
date_tointegerFilter calls until this end date as Unix timestamp (seconds since epoch).
tag_idsarrayShow calls for specified tag IDs. Can provide multiple tag IDs.
statusesarrayFilter by call status. Common values: 'completed', 'in-progress', 'scheduled', 'cancelled'.
user_idsarrayShow calls for specified user IDs. Can provide multiple user IDs.
date_fromintegerFilter calls from this start date as Unix timestamp (seconds since epoch).
widget_idsarrayShow calls for specified widget IDs. Can provide multiple widget IDs.
phone_numberstringFilter by phone number in E.164 format (e.g., +48123123123).
display_hiddenintegerDetermine if should display hidden calls. Set to 1 to show hidden calls.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.