appflowy_list_chat_messages
Retrieve messages from an AI chat in reverse chronological order. Use pagination parameters to control page size and navigate through history.
Instructions
List messages in an AI chat, newest first. Use limit to bound the page size and before_message_id to page backwards through history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | ||
| chat_id | Yes | ||
| limit | No | ||
| before_message_id | No |