> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# List view & export

> See an asset's lineage in Paradime as a sortable, filterable table of upstream and downstream dependencies across dbt™ and BI tools, and export it to CSV.

The **List** view shows the same dependencies as the [graph](/products/data-catalog/lineage/graph-view), but as a table, which is often easier for scanning, filtering, and sharing. Switch to it with the **Graph / List** toggle.

## Columns

Each row is a related asset, with:

* **Node name**, with its file path underneath.
* **Direction**: whether it's **upstream** of, **downstream** of, or the **current** asset.
* **Node type**: model, source, test, BI asset, and so on.
* **Package**: the dbt™ package or project it belongs to.

## Filter and export

* Use the toolbar filters to narrow by **Direction** or **Package**.
* Click **Download CSV** to export the current list, for example to share an impact analysis or attach it to a change request.

<Tip>
  The list respects the same **depth** and **node-type** settings as the graph, so narrow the graph first to get a focused export.
</Tip>


## Related topics

- [Lineage](/products/data-catalog/lineage/index.md)
- [dbt™ assets](/products/data-catalog/asset-details/dbt.md)
- [Graph view](/products/data-catalog/lineage/graph-view.md)
- [Data Exploration in the Code IDE](/guides/paradime-101/getting-started-with-the-paradime-ide/data-exploration-in-the-code-ide.md)
- [Tools Reference](/products/dino-ai/programmable-agents/tools-reference.md)
