---
title: "Return a specific channel."
method: GET
path: "/v1/channels/{channel-id}"
tags: ["Channel"]
---

# Return a specific channel.

`GET /v1/channels/{channel-id}`

## Path parameters

- `channel-id` string, required

## Response `200`

OK

- object
  - `status` number
  - `result` ChannelResponse
    - `id` string
    - `created` string
    - `modified` string
    - `name` string
    - `type` object
      - `id` string
      - `modified` unknown
      - `status` boolean
      - `name` string
      - `value` string
      - `description` unknown
      - `group` string
      - `created` string
    - `configs` object[]
      - `id` string
      - `subChain` object
        - `name` string
    - `botToken` string
    - `chatId` number
    - `commands` boolean
    - `alerts` boolean
    - `info` boolean
    - `warning` boolean
    - `critical` boolean
    - `error` boolean

## Other responses

- `400` — Error: Bad Request.
- `404` — Channel not found
- `535` — Error: Mongo client not initialised.
- `536` — Error: Could not retrieve data from Mongo.

## Changes

> 8 revisions in range; 1 could not be searched.

- **2021-07-09** `7abd9c7d6948` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/simplystaking/apis/panic-api/changes/v1/channels/:channel-id/get.md)

---

[API](https://skmtc.dev/simplystaking/apis/panic-api.md) · [All operations](https://skmtc.dev/simplystaking/apis/panic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simplystaking/panic-api/revisions/4400907a393c/schema)
