---
title: "Lookup channel"
method: GET
path: "/api/v1/slack/channels/{channelId}"
tags: ["Integrations"]
---

# Lookup channel

`GET /api/v1/slack/channels/{channelId}`

Look up a single Slack channel by ID. Used for on-demand fetching when
user pastes a channel ID not in the cache.

## Path parameters

- `channelId` string, required

## Response `200`

Success

- ApiSlackChannelResponse
  - `results` SlackChannel, required
    - `name` string, required
    - `id` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
