---
title: "GetChannelSegmentStatistics"
method: GET
path: "/channel/{id}/segment/{segmentId}/statistics"
tags: ["Channel_segments"]
---

# GetChannelSegmentStatistics

`GET /channel/{id}/segment/{segmentId}/statistics`

Get channel segment statistics

## Path parameters

- `id` string, required
- `segmentId` string, required

## Query parameters

- `startDate` string
- `endDate` string

## Response `200`

Success-Response:

- object
  - `statistics` object[], required — <p>Data with statistics for specified channel's segment</p>
    - `_id` string
    - `date` string, required — <p>date of creation</p>
    - `inactiveSubscriptions` number, required — <p>inactiveSubscriptions count</p>
    - `subscriptions` number, required — <p>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)
