---
title: "Get Module Health"
method: GET
path: "/snapshots/{snapshot_id}/modules/health/{module_path}"
tags: ["modules"]
---

# Get Module Health

`GET /snapshots/{snapshot_id}/modules/health/{module_path}`

## Path parameters

- `snapshot_id` string, required
- `module_path` string, required

## Response `200`

Successful Response

- ModuleHealthDetail — Single-module deep view with breakdowns.
  - `module_path` string, required
  - `file_count` integer, required
  - `symbol_count` integer, required
  - `hotspot_count` integer, required
  - `dead_code_count` integer, required
  - `dead_code_lines` integer, required
  - `avg_churn_percentile` number, required
  - `median_bus_factor` number, required
  - `min_bus_factor` integer, required
  - `primary_owner` string, nullable, required
  - `primary_owner_pct` number, required
  - `is_silo` boolean, required
  - `decision_count` integer, required
  - `doc_coverage_pct` number, required
  - `health_score` number, required
  - `owners` ModuleHealthOwner[], required
    - `name` string, required
    - `email` string, nullable, required
    - `file_count` integer, required
    - `pct` number, required
  - `top_hotspots` string[], required
  - `governing_decisions` RepowiseServerSchemasOwnershipGoverningDecisionRef[], required
    - `id` string, required
    - `title` string, required
    - `status` string, required
  - `contributor_count` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-25** `98c833b3480d` — 19 info
  - the response property `contributor_count` became required for the status `200`
  - the response property `decision_count` became required for the status `200`
  - the response property `doc_coverage_pct` became required for the status `200`
  - the response property `governing_decisions` became required for the status `200`
  - …15 more

[Change history](https://skmtc.dev/repowise/apis/repowise-hosted-api/changes/snapshots/:snapshot_id/modules/health/:module_path/get.md)

---

[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/29a9df53f763?raw)
