Skip to main content
GitHub source

Usage

Usage: ls [OPTIONS] PATH

Description

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

Arguments

NameDefaultType
pathSTRNoneTrue

Options

FlagTypeDescription
--type, -tSTRFilter artifacts by type. Default: None