Skip to main content
GET
List the repositories that directly depend on this repository.

Authorizations

X-API-Key
string
header
required

Headers

X-Workspace-Id
string | null

Path Parameters

repo_id
string<uuid>
required

Query Parameters

limit
integer
default:100

Maximum items to return.

Required range: 1 <= x <= 500
offset
integer
default:0

Items to skip.

Required range: x >= 0
exclude_indirect
boolean
default:false

Drop declarations known to be transitive — Go require lines marked // indirect, i.e. modules pulled in by another dependency rather than imported by this repo's own code. Off by default, because a transitive dependency still propagates breakage and belongs in a blast radius. Rows whose ecosystem cannot express transitivity (dependency_relationship: null) are always kept. X-Total-Count follows the filter.

Cookies

riftmap_access
string | null

Response

Successful Response

confidence
number
required
dependency_type
string
required
id
string<uuid>
required
raw_reference
string
required
resolved
boolean
required
source_file
string
required
source_line
integer
required
version_constraint
string | null
required
dependency_relationship
string | null
target_artifact_id
string<uuid> | null
target_repository_id
string<uuid> | null
target_repository_name
string | null
version_constraint_state
string
default:absent