list_threads
List threads in a Microsoft Teams channel with pagination using configurable page size and cursor for next page.
Instructions
List threads in channel with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to retrieve or page size | |
| cursor | No | Pagination cursor for the next page of results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | Yes | Cursor to retrieve the next page of messages. | |
| limit | Yes | Page limit, maximum number of items to retrieve | |
| total | Yes | Total items available for retrieval | |
| items | Yes | List of channel messages or threads |