---
title: "GET /channels/{channelID}/viewers"
method: GET
path: "/channels/{channelID}/viewers"
tags: ["channel"]
---

# GET /channels/{channelID}/viewers

`GET /channels/{channelID}/viewers`

現在のチャンネル閲覧者のリストを取得します。

## Response `200`

正常に取得ができました。

- ChannelViewer[]
  - `userId` string, uuid — ユーザーのUUID
  - `state` 'none' | 'monitoring' | 'editing' — 閲覧状態

## Other responses

- `404` — +| 取得に失敗しました。 指定したチャンネルは存在しません。

## Changes

- **2019-10-19** `92979f545c8c` — 1 info
  - endpoint added
- **2019-07-05** `6956f2622a20` — 1 info
  - api path removed with deprecation

[Change history](https://skmtc.dev/traptitech/apis/traq-api/changes/channels/:channelID/viewers/get.md)

---

[API](https://skmtc.dev/traptitech/apis/traq-api.md) · [All operations](https://skmtc.dev/traptitech/apis/traq-api/llms.txt) · [OpenAPI document](https://skmtc.dev/traptitech/apis/traq-api/revisions/535e1f620613?raw)
