---
title: "GetChannelTopics"
method: GET
path: "/channel/{id}/topics"
tags: ["Channel_topics"]
---

# GetChannelTopics

`GET /channel/{id}/topics`

Get channel topics

## Path parameters

- `id` string, required

## Query parameters

- `limit` string
- `skip` string
- `includeHidden` string

## Response `200`

Success-Response:

- object
  - `topics` object[], required — <p>Array of topics connected to specified channel</p>
    - `_id` string
    - `channel` string[], required — <p>array of channel ID</p>
    - `createdAt` string, required — <p>date of creation</p>
    - `name` string, required — <p>name of topics</p>
    - `shared` boolean, required — <p>topics shared</p>
    - `subscriptions` number, required — <p>subscriptions count</p>
    - `parentTopic` string, required — <p>parentTopic ID</p>
    - `id` string, required — <p>topics ID</p>
    - `layerFunction` string, required — <p>layerFunction of topics</p>

---

[API](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference.md) · [All operations](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cleverpush/cleverpush-api-reference/revisions/64ed799d2f1b/schema)
