List Channels

Retrieve paginated standard and private channels from a Microsoft Teams team.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill list-channels
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: List Channels
Source: https://github.com/naftiko/microsoft-teams-sandbox/tree/main/skills/list-channels
Command: npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill list-channels

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users find and view all available channels within a specific Microsoft Teams team, making it easier to navigate and understand team structures.

Core Features & Use Cases

  • List Channels: Retrieve a comprehensive list of all channels (standard and private) within a given team.
  • Pagination & Filtering: Supports fetching channels in manageable pages and filtering results based on specific criteria.
  • Use Case: A project manager needs to quickly see all the active discussion channels for a particular project team to ensure communication is organized.

Quick Start

Use the listChannels skill to find all channels for the team with ID 'e1b3c5a7-9d2f-4b6e-8c1a-3f5d7e9b2a4c'.

Frequently Asked Questions about List Channels

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all Microsoft Teams channels in a specific team?

You can list all channels within a specific Microsoft Teams team by retrieving a paginated list. This requires a valid team ID and an authorization token to access and view standard and private channels.

Can I filter Microsoft Teams channels when retrieving a team's channel list?

Yes, you can filter Microsoft Teams channels when retrieving a list. The skill supports fetching channels in manageable pages while filtering results based on specific criteria and selecting specific channel properties.

Do I need a team ID to retrieve channels from Microsoft Teams?

Yes, retrieving channels from Microsoft Teams requires a valid team ID. You must also provide an authorization token to authenticate access and successfully retrieve the team's channel data.

What is the best way to view both standard and private channels in Microsoft Teams?

The best way to view both standard and private channels in Microsoft Teams is to retrieve a comprehensive, paginated list of all channels within a specified team. This ensures full visibility into the team's communication structure.

Does retrieving a large number of Microsoft Teams channels support pagination?

Yes, retrieving Microsoft Teams channels supports pagination to fetch channels in manageable pages. This ensures efficient data retrieval and navigation when a team contains a large number of channels.