# list

## Usage

```bash
bdy sandbox exec 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 commands running in sandbox

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

### List commands running in sandbox in different project

```bash
bdy sb exec ls sandbox-identifier -p project
```


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