---
title: "Get Overview"
method: GET
path: "/snapshots/{snapshot_id}/overview"
tags: ["dashboard"]
---

# Get Overview

`GET /snapshots/{snapshot_id}/overview`

## Path parameters

- `snapshot_id` string, required

## Response `200`

Successful Response

- OverviewResponse
  - `file_count` integer, required
  - `symbol_count` integer, required
  - `languages` object, required
  - `repo_structure` object, required
  - `git_summary` object, nullable
  - `community_summary` CommunitySummaryItem[]
    - `community_id` integer, required
    - `label` string, required
    - `cohesion` number, required
    - `member_count` integer, required
    - `top_file` string, 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)
