# runs events list

## Synposis

```shell
omics workbench runs events list
    [--run-id=RUN_ID] 
```

## Description

List the events of a specific run. The run is identified by its `RUN_ID`.

## Examples

List the events of a specific run

```shell
omics workbench runs events list --run-id my-run-id
```

## Flags

### `--run-id`=`RUN_ID`

**Note**: The `--run-id` flag is required and specifies the run whose events should be listed.
