# status

## Usage

```bash
bdy sandbox exec status [options] <identifier> <command-id>
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `identifier` | Sandbox identifier (required) |
| `command-id` | Command ID (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

### Show status of command

```bash
bdy sb exec status sandbox-identifier command-id
```

### Show status of command in sandbox from another workspace

```bash
bdy sb exec status sandbox-identifier command-id -w workspace -p project
```


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