---
title: "aeontel run"
description: "Browse and manage runs"
section: "CLI"
group: "Commands"
order: 825
---

## Run commands

### `aeontel run list`

List runs in a workspace

```ts
aeontel run list --workspace <id> [--subject-id <id>] [--status <status>]
```

```bash
aeontel run list --workspace wsp_...
```

### `aeontel run get`

Get run details

```ts
aeontel run get <id>
```

```bash
aeontel run get id_...
```

### `aeontel run cancel`

Cancel a pending or running run

```ts
aeontel run cancel <id>
```

```bash
aeontel run cancel id_...
```
