voice_ai_get_call_logs
Retrieve call logs from GoHighLevel with filters for date range, contact, agent, call type, and action to analyze call history and performance. Sort results by duration or creation date.
Instructions
List Call Logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). | |
| sort | No | Sort direction. Applies only when sortBy is provided. | |
| sortBy | No | Field to sort by. Defaults to newest if omitted. | |
| agentId | No | Agent identifier. When provided, returns logs for this agent only. | |
| endDate | No | End date filter (Unix timestamp). Must be greater than startDate. Both startDate and endDate must be provided together. | |
| callType | No | Call type filter. | |
| pageSize | No | Page size (max 50). | |
| contactId | No | Contact IDs (comma-separated) to filter by. | |
| startDate | No | Start date filter (Unix timestamp). Must be less than endDate. Both startDate and endDate must be provided together. | |
| actionType | No | Action type filter for call logs (comma-separated ACTION_TYPE values) | |
| locationId | No | Location identifier. Filters results to this location. Defaults to GHL_LOCATION_ID when omitted. |