channel_messages
Retrieve messages from a channel or thread, returned oldest first. Supports pagination with before/after message IDs and a limit up to 100 messages.
Instructions
The latest messages in a channel or thread, oldest first
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Only messages after this message id | |
| limit | No | Messages to return, at most 100 | |
| before | No | Only messages before this message id | |
| channel_id | Yes | Channel or thread id |