# status

## Usage

```bash
bdy target exec status [options] <exec-id>
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `exec-id` | Execution ID (required) |

## Options

| **Option** | **Description** |
| :--- | :--- |
| `-w, --workspace <domain>` | Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE |
| `--format <text|json>` | Output format: json, text. Default: text |
| `-h, --help` | display help for command |

## Examples

### Show status of execution

```bash
bdy tg exec status exec-id
```


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