Skip to main content
List all artifacts in a W&B project. Display the latest version of each artifact collection in a project, showing type, last updated time, size, and name. The PATH is an entity/project string. Examples: List all artifacts in a project
wandb artifact ls entity/project
List only artifacts of a specific type
wandb artifact ls --type model entity/project

Usage

wandb artifact ls [OPTIONS] PATH

Options

type

Filter artifacts by type.
FlagDefaultType
-t, --typeNoneSTRING

help

Show this message and exit.
FlagDefaultType
--helpFalseBOOL

CLI Help

Usage: artifact ls [OPTIONS] PATH

  List all artifacts in a W&B project.

  Display the latest version of each artifact collection in a project, showing
  type, last updated time, size, and name.

  The PATH is an `entity/project` string.

  Examples:

  List all artifacts in a project

  ```bash wandb artifact ls entity/project ```

  List only artifacts of a specific type

  ```bash wandb artifact ls --type model entity/project ```

Options:
  -t, --type TEXT  Filter artifacts by type.
  --help           Show this message and exit.