chat_message_list
Retrieve and paginate through chat session messages in chronological order to review conversation history and maintain context.
Instructions
List messages in a session with pagination. Returns messages in chronological order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | UUID of the session. | |
| limit | No | Maximum number of messages to return. Default: 50. | |
| offset | No | Number of messages to skip (for pagination). Default: 0. |