---
title: "Listar canais"
method: GET
path: "/v1/department/{id}/channel"
tags: ["Equipes"]
---

# Listar canais

`GET /v1/department/{id}/channel`

## Path parameters

- `id` string, uuid, required

## Response `200`

Success

- PublicDepartmentListChannelDTO
  - `scope` 'ALL' | 'NONE' | 'SELECTED'
  - `channels` string[], nullable

## Other responses

- `500` — Server Error

---

[API](https://skmtc.net/helena/apis/core.md) · [All operations](https://skmtc.net/helena/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helena/core/revisions/811b2cdd2ec2/schema)
