lineage

Get asset lineage

Get upstream and downstream lineage for a specific asset

get/api/v1/lineage/assets/{id}

Path parameters

idstring uuid required

Asset ID

Query parameters

limitinteger

Maximum depth of lineage graph

direction'upstream' | 'downstream' | 'both'

Direction of lineage (upstream, downstream, or both)

exclude_typesstring

Comma separated edge types to leave out, for example CONTAINS to see data flow without structure

Response

OK

Changes