Get the full downstream impact of changing this repository.
Returns all repositories that depend on this one, directly or transitively,
up to max_depth hops away. Use this before publishing a breaking change.
Repo-level scope, not file-scoped. This endpoint computes a BFS over
repo-to-repo dependency edges; it does not trace specific files, jobs,
or symbols within the source repo. There is no path, paths,
file, or job query parameter — agents asking “who consumes file X
in repo Y” should call /repositories/{id}/dependents and then grep the
consumer repos directly, since per-file edges aren’t stored in the graph.
Unknown query parameters are silently ignored by FastAPI, which can mask
hallucinated filter names — if a filter doesn’t appear in this signature,
it’s not honoured.
For artifact-level consumers (who pulls Docker image / Helm chart /
Terraform module X and at what version), use /artifacts/{id}/consumers
instead — that endpoint is version-aware.
Documentation Index
Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt
Use this file to discover all available pages before exploring further.
Maximum BFS depth (hops from the source repo). Range 1–20, default 10.
1 <= x <= 20Minimum 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.
0 <= x <= 1