---
title: "GetChannelTopicStatistics"
method: GET
path: "/channel/{id}/topic/{topicId}/statistics"
tags: ["Channel_topics"]
---

# GetChannelTopicStatistics

`GET /channel/{id}/topic/{topicId}/statistics`

Get channel topic statistics

## Path parameters

- `id` string, required
- `topicId` string, required

## Query parameters

- `startDate` string
- `endDate` string

## Response `200`

Success-Response:

- object
  - `statistics` object[], required — <p>Array of specified topic statistics connected to specified channel</p>
    - `_id` string
    - `date` string, required — <p>date of creation</p>
    - `subscriptions` number, required — <p>subscriptions count,</p>
    - `inactiveSubscriptions` number, required — <p>inactive subscriptions count</p>
    - `id` string, required — <p>statistics ID</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/c2dffd898fd9/schema)
