---
title: "Get channel details"
method: GET
path: "/api/messaging/channels/{channelId}/details"
tags: ["messaging"]
---

# Get channel details

`GET /api/messaging/channels/{channelId}/details`

Get detailed information about a channel

## Path parameters

- `channelId` string, uuid, required

## Response `200`

Channel details retrieved

- 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

- `400` — Invalid channelId
- `404` — Channel not found
- `500` — Error fetching channel details

---

[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)
