Skip to main content
GET
One node's lineage neighborhood

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Path Parameters

type
enum<string>
required
Available options:
source,
tap,
pipeline,
dataset,
catalog
name
string
required

Query Parameters

direction
enum<string>

Traverse upstream only, downstream only, or both (default).

Available options:
up,
down,
both
depth
integer

Maximum hops from the node; 0 or absent means unbounded.

runs
integer

Append this many most-recent recorded runs (max 50).

columns
boolean

For pipeline and dataset nodes, embed column-level lineage (deterministic tier plus any cached inferred mappings). A historical dataset uses the definition version of the last run that wrote it.

Response

The neighborhood

node
object
upstream
object[]
downstream
object[]
edges
object[]
freshness
object
runs
object[]

Present when runs > 0; newest first.