---
title: "GET /discord/{id}/channels"
method: GET
path: "/discord/{id}/channels"
tags: ["DiscordIntegrationController"]
---

# GET /discord/{id}/channels

`GET /discord/{id}/channels`

## Path parameters

- `id` string, required

## Response `200`

Result set of Channel model instances

- object
  - `paginationToken` string
  - `items` Channel[]
    - `name` string
    - `link` string
    - `tokenAmountToEnter` number
    - `members` number
    - `membersInLastDay` number
    - `membersDailyGrowth` number
    - `messagesInLastDay` number
    - `messagesAllTime` number
    - `messagesDailyGrowth` number

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/collab/apis/collabland-api-server.md) · [All operations](https://skmtc.dev/collab/apis/collabland-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/collab/collabland-api-server/revisions/cad064f71a2e/schema)
