More Vendrato tools: FunnelDupe GHL Utils Building the future of automation
📞

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.

gohighlevel voice-ai calls logs
API Docs
Platform
GoHighLevel
Category
api integration
Version
1.0.0
Auth Required
Yes

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
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.

Related GoHighLevel Nodes