# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.omics.ai/products/command-line-interface/reference/workbench/workflows-versions-transformations-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
