# List Microsoft Teams channels

Canonical URL: https://docs.fuse.init.inc/integrations/microsoft-teams/actions/channels.list

List channels in a team.

Action ID: `channels.list`
Provider: Microsoft Teams (`microsoft_teams`)
Contract version: 1

## Risk and exposure

- Risk: Read
- Idempotency: Safe — Safe to retry without coordination; repeats do not create additional side effects.
- Availability: Default
- Exposure: REST, SDK, MCP
- MCP hints: readOnly=true, destructive=false, idempotent=true, openWorld=true

## Required scopes

- `Channel.ReadBasic.All`

## Input schema fields

- `team_id`
- `cursor`
- `limit`

## Output schema fields

- `channels`
- `channels[]`
- `channels[].id`
- `channels[].team_id`
- `channels[].display_name`
- `channels[].description`
- `channels[].membership_type`
- `next_cursor`

Provider overview: https://docs.fuse.init.inc/integrations/microsoft-teams
Actions index: https://docs.fuse.init.inc/integrations/microsoft-teams/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/microsoft_teams/actions/channels.list
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/microsoft_teams/actions
