---
title: "Graph Impact"
method: GET
path: "/graph/impact"
tags: ["graph"]
---

# Graph Impact

`GET /graph/impact`

Return downstream files impacted by changing the given file.

## Query parameters

- `file` string, required

## Response `200`

Successful Response

- ImpactResponse — Response body for ``GET /graph/impact``.
  - `file_query` string, required
  - `matched_files` string[], required
  - `impacted_files` string[], required
  - `built_at` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/versions/86f514b4e920/schema)
