---
title: "List Discord guild channels"
method: GET
path: "/v1/accounts/{accountId}/discord-channels"
tags: ["Discord"]
---

# List Discord guild channels

`GET /v1/accounts/{accountId}/discord-channels`

Returns the text, announcement, and forum channels in the connected Discord guild. Use this to discover available channels when switching the connected channel via PATCH /v1/accounts/{accountId}/discord-settings.

## Path parameters

- `accountId` string, required

## Response `200`

Channel list

- object
  - `channels` object[]
    - `id` string — Channel snowflake ID
    - `name` string — Channel name
    - `type` integer — Channel type: 0 (text), 5 (announcement), 15 (forum)

## Other responses

- `400` — Not a Discord account or missing guild info
- `401` — Unauthorized
- `404` — Account not found

---

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