---
title: "Get server channels"
method: GET
path: "/api/messaging/message-servers/{messageServerId}/channels"
tags: ["messaging"]
---

# Get server channels

`GET /api/messaging/message-servers/{messageServerId}/channels`

Get all channels for a server

## Path parameters

- `messageServerId` string, uuid, required

## Response `200`

Channels retrieved successfully

- object
  - `success` boolean
  - `data` Channel[]
    - `id` string, uuid — Unique identifier for the channel
    - `name` string — Name of the channel
    - `serverId` string, uuid — ID of the server this channel belongs to
    - `type` 'text' | 'voice' | 'dm' | 'group' — Type of channel
    - `description` string — Channel description
    - `metadata` object — Additional channel metadata

## Other responses

- `404` — Server not found

---

[API](https://skmtc.net/elizaos/apis/eliza-os-api.md) · [All operations](https://skmtc.net/elizaos/apis/eliza-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elizaos/eliza-os-api/revisions/f43280bfdb0c/schema)
