list_my_chat_messages
List messages in a chat room using the chat ID. Filter results by page, size, message type, or timestamp after a given date.
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
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | ||
| page | No | ||
| page_size | No | ||
| message_type | No | ||
| since | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |