GET /v1/lineage/export
Export Lineage
Export the lineage graph for an entity as CSV
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
string
required
Fully qualified name of the entity to export lineage for (e.g.,
sample_data.ecommerce_db.shopify.dim_customer).string
required
Entity type. Options:
table, dashboard, pipeline, topic, mlmodel, container, searchIndex, storedProcedure, dashboardDataModel, apiEndpoint.integer
default:"1"
Number of hops to traverse upstream (min: 0, max: 3).
integer
default:"1"
Number of hops to traverse downstream (min: 0, max: 3).
GET /v1/lineage/export