Voice AI - List Call Logs
n8n-nodes-base.httpRequest
Returns call logs for Voice AI agents scoped to a location with filtering and sorting options.
Use Cases
View call history
Filter call logs
Analyze call data
Configuration
Node Configuration Summary
Ready-to-use GoHighLevel node configured for voice ai - list call logs.
Copy and paste directly into your n8n workflow.
Method:
GET
Endpoint:
/voice-ai/call-logs?locationId={{ $json.locationId }}{{ $json.agentId ? '&agentId=' + $json.agentId : '' }}{{ $json.contactId ? '&contactId=' + $json.contactId : '' }}{{ $json.callType ? '&callType=' + $json.callType : '' }}{{ $json.startDate ? '&startDate=' + $json.startDate : '' }}{{ $json.endDate ? '&endDate=' + $json.endDate : '' }}{{ $json.timezone ? '&timezone=' + $json.timezone : '' }}{{ $json.sortBy ? '&sortBy=' + $json.sortBy : '' }}{{ $json.sortOrder ? '&sortOrder=' + $json.sortOrder : '' }}{{ $json.page ? '&page=' + $json.page : '' }}{{ $json.limit ? '&limit=' + $json.limit : '' }}
Nodes:
2
Auth:
GoHighLevel Private Token