get_conversation_messages
Retrieve the full message history of a single conversation, including direction, timestamp, and body for each message.
Instructions
Fetch the full message history of a single conversation by id. Returns each message with direction (incoming/outgoing), timestamp, and body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | The numeric Hostaway conversation id. |