calls_list
List the user's call history — inbound and outbound, with duration, direction, and voicemail transcripts where available. Pass contactId to see calls with one person, or voicemailOnly to see just calls that left a voicemail. Use this for questions like "who did I speak to this week?" or "did anyone leave a message?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records. Default 100, max 500. | |
| contactId | No | Limit to calls with this contact. | |
| voicemailOnly | No | Only calls that left a voicemail. |