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

# GET /channels

`GET /channels`

Returns an array of all channels

## Response `200`

Successful response

- Channel[]
  - `id` string, uuid — The channel id
  - `name` string — The name of the channel
  - `emoji` string — The emoji for the channel
  - `type` 'POSTS' | 'CHAT' | 'VOICE' — What type of channel this is.

## Other responses

- `401` — API Key is missing or invalid

---

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