# workflows versions transformations list

## Synopsis

### List Workflow Transformations

```shell
omics alpha workbench workflows versions transformations list
  [--namespace=NAMESPACE]
  [--workflow=WORKFLOW_ID]
  [--version=VERSION_ID]
```

## Description

List all the workflow transformations for a given workflow version. This command fetches workflow transformations sequentially, printing them to the console.

## Examples

List workflow transformations for a given workflow version:

```shell
omics alpha workbench workflows versions transformations list --workflow my-workflow-id --version v1
```

## Flags:

### `--namespace`=`STRING`

An optional flag to define the namespace to connect to. By default, the namespace is extracted from the user's credentials.

### `--workflow`=`STRING`

The ID of the workflow for which the transformations will be listed.

### `--version`=`STRING`

The ID of the workflow version for which the transformations will be listed.
