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

# Get channel participants

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

Get list of participants in a channel

## Path parameters

- `channelId` string, uuid, required

## Response `200`

Participants retrieved

- object
  - `success` boolean
  - `data` string[]

## Other responses

- `400` — Invalid channelId
- `500` — Error fetching participants

---

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