---
title: "Get channel statistics"
method: GET
path: "/api/v4/channels/{channel_id}/stats"
tags: ["channels"]
---

# Get channel statistics

`GET /api/v4/channels/{channel_id}/stats`

Get statistics for a channel.
##### Permissions
Must have the `read_channel` permission.

## Path parameters

- `channel_id` string, required

## Response `200`

Channel statistics retrieval successful

- 38cb7293ChannelStats
  - `channel_id` string
  - `member_count` integer

## Other responses

- `400` — Invalid or missing parameters in URL or request body
- `401` — No access token provided
- `403` — Do not have appropriate permissions

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/158a854b0c7d/schema)
