Retrieve a list of messages from a chat or thread. One of the following scopes is required for using this action:Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Read and send messages in private and group chatsSend messages as an app
External DocumentationTo learn more, visit the Lark documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| Conversation ID | The ID of the Conversation (chat or thread) to retrieve messages from. |
| Conversation Type | The type of conversation to retrieve messages from. |
| Return All Pages | Automatically fetch all resources, page by page. |
Advanced Parameters
| Parameter | Description |
|---|---|
| End Time | End timestamp for filtering messages. Only messages created before this time will be retrieved. If omitted, includes all messages up to the most recent. |
| Page Size | The number of messages to return per page (1-100). |
| Page Token | A token used for pagination. This value can be obtained from the page_token property from a previous response. |
| Sort Type | The order to sort messages by timestamp. |
| Start Time | Start timestamp for filtering messages. Only messages created after this time will be retrieved. If omitted, includes messages from the earliest available. |