/
RE
repowise
/
repowise hosted API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-26
Details
Filter operations
admin
7
analytics
4
auth
6
badge
4
billing
18
c4
5
chat
20
code-health
23
coupling
1
dashboard
30
external-systems
4
feedback
1
files
4
git
8
github-app
11
graph-views
4
integrations
15
internal
5
mcp
6
me
13
modules
2
get
List Module Health
get
Get Module Health
oauth
10
owners
2
product-events
3
public
6
repos
16
search
2
security
20
snapshots
2
stats
1
teams
20
teams-insights
3
telemetry
2
workspaces
26
get
Health
get
Health Memory
get
Health Memory Debug
modules
Get Module Health
get
/snapshots/{snapshot_id}/modules/health/{module_path}
Path parameters
snapshot_id
string
required
module_path
string
required
Response
Successful Response
ModuleHealthDetail
required
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
top_hotspots
string[]
required
governing_decisions
RepowiseServerSchemasOwnershipGoverningDecisionRef[]
required
contributor_count
integer
required
Changes