get_conversation_history
Retrieves recent back-and-forth chat messages and transcript for a specific recipient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of messages to return (default 20, max 100). | |
| agentId | No | Unique ID of the agent profile. If omitted, uses active agent from context. | |
| accountId | No | Optional account ID (automatically scoped). | |
| recipient | Yes | Phone number of the recipient in E.164 format. |