Search Call Logs
search_call_logsSearch call logs using filters for call type, related entity, and date ranges, returning compact summaries for large result sets.
Instructions
Search Recruit CRM call logs and return compact summaries designed for large result sets. Does not support owner filtering. Returns related_to and related_to_type values that can be used to open related entities in Recruit CRM app URLs like https://app.recruitcrm.io/{related_to_type}/{related_to}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. | |
| call_type | No | Call direction filter. | |
| related_to | No | Related entity slug. Must be used with related_to_type. | |
| updated_to | No | Call log updated-on date range end. | |
| starting_to | No | Call started-on date/time range end. | |
| updated_from | No | Call log updated-on date range start. | |
| starting_from | No | Call started-on date/time range start. | |
| related_to_type | No | Related entity type. Must be used with related_to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| has_more | Yes | ||
| call_logs | Yes | ||
| returned_count | Yes |