get_chat_messages
Retrieve message history from a specific conversation, returned oldest-first. Use limit to control volume and before_id to page further back. Ideal for reviewing chat threads.
Instructions
Read messages from one conversation, returned oldest-first.
Args:
chat_id: Conversation id from list_chats.
limit: Maximum messages to return (default 50).
before_id: Return messages older than this message id, to page back
through history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| chat_id | Yes | ||
| before_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |