---
title: "Get Team Health"
method: GET
path: "/teams/{team_id}/insights/health"
tags: ["teams-insights"]
---

# Get Team Health

`GET /teams/{team_id}/insights/health`

## Path parameters

- `team_id` string, required

## Response `200`

Successful Response

- TeamHealthResponse
  - `rollup` TeamHealthRollup, required — Team-wide health aggregate across all repos with a ready snapshot.
    - `team_id` string, required
    - `repo_count` integer
    - `repos_with_health` integer
    - `average_health` number, nullable
    - `worst_repo_name` string, nullable
    - `worst_repo_score` number, nullable
    - `total_critical_findings` integer
    - `total_warning_findings` integer
  - `repos` TeamRepoHealthCard[], required
    - `repo_id` string, required
    - `repo_name` string, required
    - `snapshot_id` string, nullable
    - `state` string
    - `average_health` number, nullable
    - `hotspot_health` number, nullable
    - `worst_performer_path` string, nullable
    - `worst_performer_score` number, nullable
    - `file_count` integer
    - `critical_finding_count` integer
    - `warning_finding_count` integer
    - `worst_biomarkers` TeamHealthBiomarker[]
      - `file_path` string, required
      - `biomarker_type` string, required
      - `severity` string, required
      - `health_impact` number

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/491affc1d3e7?raw)
