Lineage graphs and audit history

no
Summary: Use lineage graphs to visualize a linked artifact's history and audit a collection's history.

Original Documentation

Documentation Index#

Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt Use this file to discover all available pages before exploring further.

Use lineage graphs to visualize a linked artifact’s history and audit a collection’s history.

Use a lineage graph to visualize a linked artifact’s history. Audit a collection’s history to track changes made to artifacts in that collection.

Lineage graphs#

Within a collection in the W&B Registry, you can view a history of the artifacts that an ML experiment uses. This history is called a lineage graph.

A lineage graph shows:

In other words, a lineage graph shows the input and output of a run.

For example, the following image shows a typical lineage graph for artifacts created and used throughout an ML experiment:

Registry lineage

From left to right, the image shows:

  1. Multiple runs log the split_zoo_dataset:v4 artifact.
  2. The “rural-feather-20” run uses the split_zoo_dataset:v4 artifact for training.
  3. The output of the “rural-feather-20” run is a model artifact called zoo-ylbchv20:v0.
  4. A run called “northern-lake-21” uses the model artifact zoo-ylbchv20:v0 to evaluate the model.

To view a lineage graph for an artifact in a collection:

  1. Navigate to the W&B Registry.
  2. Select the collection that contains the artifact.
  3. From the dropdown, select the artifact version you want to view its lineage graph.
  4. Select the Lineage tab.
  5. Select a node to view detailed information about the run or artifact.

See Enable lineage graph tracking to learn how to track the input and output of a run using the W&B Python SDK.

The following image shows the expanded detailed view of a run (rural-feather-20) when you select a node in the lineage graph:

Expanded lineage node

The following image shows the expanded detailed view of an artifact (zoo-ylbchv20:v0) when you select an artifact node in the lineage graph:

Expanded artifact node details

You can also view lineage graphs for artifacts you log to W&B that are not part of a collection. See Explore artifact graphs for more information.

Audit a collection’s history#

View actions that members of your organization take on that collection. You can view:

  • If an alias was added or removed from an artifact version.
  • If an artifact version was added or removed from a collection.

For both actions, you can view the user that performed the action and the date the action occurred.

To view a collection’s action history:

  1. Navigate to the W&B Registry.
  2. Select the collection you want to view its action history.
  3. Select the dropdown menu next to the collection name.
  4. Select the Action History option.
Link last verified June 7, 2026. View original ↗
Source: Weights & Biases Docs
Link last verified: 2026-03-04