---
title: "List Org Channels"
method: GET
path: "/organizations/{org_id}/channels"
tags: ["organizations", "organizations"]
---

# List Org Channels

`GET /organizations/{org_id}/channels`

Every channel of the school, for a staff management screen.

Students do not use this — they get their own channels, already joined,
from `GET /channels/school`. `can_manage` is per row because a teacher may
rename or delete only what belongs to a section they staff, and
`is_default` marks the two automatic kinds, which nobody may touch.

## Path parameters

- `org_id` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/45cbba31aa7d/schema)
