---
title: "Returns all channels"
method: GET
path: "/v1/channels"
tags: ["channels"]
---

# Returns all channels

`GET /v1/channels`

Returns a map of channel objects

## Response `200`

successful operation

- Channel[]
  - `id` integer
  - `channelName` string
  - `channel_id` string
  - `channel_standup_time` string

## Other responses

- `401` — Missing/incorrect Bot Access Token
- `500` — unexpected error occured, need to report to maintainers

---

[API](https://skmtc.net/maddevsio/apis/mad-devs-comedian.md) · [All operations](https://skmtc.net/maddevsio/apis/mad-devs-comedian/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maddevsio/mad-devs-comedian/revisions/1ccd9e49d97b/schema)
