get_inbox_messages
Retrieve recent inbox messages and chat logs for a specific agent profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of messages to return (max 100, default 20). | |
| agentId | No | Unique ID of the agent profile. If omitted, uses active agent from context. | |
| accountId | No | Optional account ID (automatically scoped). | |
| senderType | No | Optional filter: 'user' (outbound), 'contact' (inbound customer replies), or 'all'. | all |