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

# Get Graph

`GET /snapshots/{snapshot_id}/graph`

## Path parameters

- `snapshot_id` string, required

## Query parameters

- `limit` integer — Maximum nodes returned, selected by PageRank

## Response `200`

Successful Response

- GraphResponse
  - `graph` object, required
  - `pagerank` object, required
  - `betweenness` object, required
  - `communities` object, required
  - `truncated` boolean
  - `total_node_count` integer, nullable
  - `dead_total` integer, nullable
  - `dead_in_view` integer, nullable
  - `hot_total` integer, nullable
  - `hot_in_view` integer, nullable

## 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)
