Skip to main content
POST
GetLineage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
lineageDirection
enum<string>
required

Direction of the lineage to query.

Available options:
LINEAGE_DIRECTION_UNSPECIFIED,
LINEAGE_DIRECTION_UPSTREAM,
LINEAGE_DIRECTION_DOWNSTREAM,
LINEAGE_DIRECTION_UPSTREAM_DOWNSTREAM
startPoint
entities · object
required

Possible starting points to get lineage from.

maxDepth
integer<int32> | null

Response

200 - application/json

Success

lineage
Lineage · object

Lineage defines the lineage of table-like entities.