---
title: "Get a team's stats"
method: GET
path: "/api/v1/teams/{teamId}/stats"
tags: ["Teams"]
---

# Get a team's stats

`GET /api/v1/teams/{teamId}/stats`

Team stats will include counts of trusted and unverified cards, as well as overall trust score and team card count.

## Path parameters

- `teamId` string, required

## Response `200`

successful operation

- TeamStats
  - `stats` object

## Other responses

- `400` — Invalid/Incomplete Request
- `401` — Request was unauthorized
- `403` — Forbidden access to the team
- `404` — Team could not be found

---

[API](https://skmtc.net/getguru/apis/guru-api.md) · [All operations](https://skmtc.net/getguru/apis/guru-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getguru/guru-api/revisions/9090a01dfe1a/schema)
