Skip to main content
GET
Transitive downstream blast radius (repo-level BFS). NOT file-path scoped — accepts only `max_depth` + `min_confidence`.

Authorizations

X-API-Key
string
header
required

Headers

X-Workspace-Id
string | null

Path Parameters

repo_id
string<uuid>
required

Query Parameters

max_depth
integer
default:10

Maximum BFS depth (hops from the source repo). Range 1–20, default 10.

Required range: 1 <= x <= 20
min_confidence
number
default:0.8

Minimum edge confidence to traverse. Default 0.8 excludes heuristic findings (0.4–0.7) and only follows deterministic dependency edges. Set to 0.0 to include all edges.

Required range: 0 <= x <= 1

Cookies

riftmap_access
string | null

Response

Successful Response

Full downstream impact of changing a repository.

affected_repositories
AffectedRepository · object[]
required
max_depth_reached
integer
required
source_repository
Source Repository · object
required
total_affected
integer
required