list-team-channels
list-team-channelsRetrieve channels within a Microsoft Teams team by team ID. Supports filtering, selecting specific properties, and paginated results for complete channel listings.
Instructions
List channels of a team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Continuation token (nextCursor of a previous truncated response). Continues that listing; other query inputs are ignored. | |
| filter | No | OData $filter expression, e.g. "importance eq 'high'" or "hasAttachments eq true" | |
| select | No | Comma separated list of properties to return (OData $select) | |
| teamId | Yes | Value for teamId | |
| maxItems | No | Maximum items to return across pages (default 50, max 500). Pagination via @odata.nextLink is handled automatically; when the result is truncated, pass its nextCursor as cursor to continue. |