list_user_chat_messages
Retrieve and filter chat messages from a specific room using pagination, message type filters, and timestamp criteria to manage conversation history.
Instructions
List messages in a chat room.
Args:
chat_id: The chat room ID (required).
page: Page number (optional).
page_size: Items per page (optional).
message_type: Filter by type: 'text', 'tool_call', etc. (optional).
since: ISO 8601 timestamp to filter messages after (optional).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | ||
| page | No | ||
| page_size | No | ||
| message_type | No | ||
| since | No |