read_thread
Fetch paginated replies from a Microsoft Teams thread using its thread ID. Control page size with limit and navigate pages via cursor.
Instructions
Read replies in a thread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of replies to retrieve or page size | |
| cursor | No | Pagination cursor for the next page of results | |
| thread_id | Yes | The thread ID as a string in the format '1743086901347' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | List of channel messages or threads | |
| limit | Yes | Page limit, maximum number of items to retrieve | |
| total | Yes | Total items available for retrieval | |
| cursor | Yes | Cursor to retrieve the next page of messages. |