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

Related GoHighLevel Nodes

▶️
Activate Invoice Schedule
Activates a schedule to start sending invoices to the customer.
📧
Add Contact to Campaign
Adds a contact to a specific marketing campaign.
🔄
Add Contact to Workflow
Adds a contact to a specific workflow/automation.
👥
Add Followers to Contact
Adds one or more followers to a contact for notifications and collaboration.
📥
Add Inbound Message
Adds an external inbound message to a conversation. Requires conversationId or contactId.
📞
Add Outbound Call
Adds an external outbound call record to track phone communications.
← Browse all nodes