---
title: "Get Bus Factor"
method: GET
path: "/snapshots/{snapshot_id}/bus-factor"
tags: ["dashboard"]
---

# Get Bus Factor

`GET /snapshots/{snapshot_id}/bus-factor`

## Path parameters

- `snapshot_id` string, required

## Response `200`

Successful Response

- BusFactorResponse
  - `files` BusFactorEntry[], required
    - `path` string, required
    - `bus_factor` integer, required
    - `top_author` string, required
    - `top_author_pct` number, required
    - `contributor_count` integer, required
  - `overall_bus_factor` integer, required

## 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-service-production.skmtc.workers.dev/v1/apis/repowise/repowise-hosted-api/revisions/1e57283a9737/schema)
