Skip to main content
GET
GET /v1/lineage/export

Export Lineage

Export the lineage graph for a given entity as a CSV file. Useful for auditing, reporting, and offline analysis of data lineage.

Query Parameters

fqn
string
required
Fully qualified name of the entity to export lineage for (e.g., sample_data.ecommerce_db.shopify.dim_customer).
type
string
required
Entity type. Options: table, dashboard, pipeline, topic, mlmodel, container, searchIndex, storedProcedure, dashboardDataModel, apiEndpoint.
upstreamDepth
integer
default:"1"
Number of hops to traverse upstream (min: 0, max: 3).
downstreamDepth
integer
default:"1"
Number of hops to traverse downstream (min: 0, max: 3).
GET /v1/lineage/export

Returns

Returns a CSV string with one row per lineage edge in the graph.

Response

The CSV includes the following columns:

Error Handling