# list

## Usage

```bash
bdy sandbox snapshot list|ls [options] [identifier]
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `identifier` | Sandbox identifier (required) |

## Options

| **Option** | **Description** |
| :--- | :--- |
| `-w, --workspace <domain>` | Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE |
| `-p, --project <name>` | Project name. Can be set via variable: BUDDY_PROJECT |
| `-h, --help` | display help for command |

## Examples

### List snapshots of sandbox

```bash
bdy sb snap ls sandbox-identifier
```

### List snapshots in default project

```bash
bdy sb snap ls
```


---
Original source: https://buddy.works/docs/cli/sandbox/snapshot/list