# Get Slack channel

Canonical URL: https://docs.fuse.init.inc/integrations/slack/actions/channels.get

Get one Slack channel by id.

Action ID: `channels.get`
Provider: Slack (`slack`)
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

- `channels:read`
- `groups:read`

## Input schema fields

- `channel_id`

## Output schema fields

- `id`
- `name`
- `is_private`

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