---
title: "Get a team stats"
method: GET
path: "/api/v4/teams/{team_id}/stats"
tags: ["teams"]
---

# Get a team stats

`GET /api/v4/teams/{team_id}/stats`

Get a team stats on the system.
##### Permissions
Must be authenticated and have the `view_team` permission.

## Path parameters

- `team_id` string, required

## Response `200`

Team stats retrieval successful

- 38cb7293TeamStats
  - `team_id` string
  - `total_member_count` integer
  - `active_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
- `404` — Resource not found

---

[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/667aae28fec6/schema)
