Skip to main content
List all artifacts in a W&B project. Display the latest version of each artifact collection in a project. Show the type, last updated time, size, and name. The PATH consists of the entity and project (entity/project) to list artifacts from.

Examples

List all artifacts in a project called “foobar-project” under the “team-awesome” entity
wandb artifact ls team-awesome/foobar-project
List only artifacts of type “model” in the same project
wandb artifact ls --type model team-awesome/foobar-project

Usage

wandb artifact ls [OPTIONS] PATH

Options

FlagTypeDescription
-t, --typeSTRINGFilter artifacts by type. Default: None
--helpBOOLShow this message and exit. Default: False