upservice_get_chat_messages
Retrieve chat messages from a specific room in a channel, with pagination support for limit and offset.
Instructions
Get messages for a specific chat room within a specific channel.
Args: params (GetChatMessagesInput): channel_unique_identifier (str), room_uuid (str), limit, offset
Returns: str: JSON list of messages in that room.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |