Skip to main content
These endpoints expose column-level lineage, upstream and downstream traversal, impact analysis for proposed changes, schema-change simulation, and impact graph payloads for visualization tools.
Authenticate with Authorization: Bearer <api_key>. See Authentication.

Base URL


Column-level lineage

Returns lineage edges for columns matching filters. Use this as the default entry point when you know table and column identifiers from the catalog. Query parameters (typical) Response 200 OK

Trace upstream dependencies

Walks sources and intermediate models that feed the specified column. Query parameters Response 200 OK

Trace downstream consumers

Lists dashboards, derived tables, and pipelines that depend on the column. Response 200 OK

Run impact analysis

Evaluates blast radius for a proposed table or column change (rename, type change, drop). Query parameters Response 200 OK

Simulate a schema change

Runs a dry-run prediction without mutating metadata. Useful in CI before merging DDL. Request body
Response 200 OK

Impact graph visualization data

Returns a graph suited for force-directed or hierarchical renders (nodes and links with stable IDs). Query parameters Response 200 OK

Lineage

How lineage is collected in Planasonix.

Impact analysis

Change management workflows in the UI.