---
title: "GET /workflow/{workflowId}/version"
method: GET
path: "/workflow/{workflowId}/version"
---

# GET /workflow/{workflowId}/version

`GET /workflow/{workflowId}/version`

Lists the workflow versions for the specified workflow. For more information, see <a href="https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html">Workflow versioning in Amazon Web Services HealthOmics</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.

## Path parameters

- `workflowId` string, required

## Query parameters

- `type` 'PRIVATE' | 'READY2RUN'
- `workflowOwnerId` string
- `startingToken` string
- `maxResults` integer

## Response `200`

Success

- ListWorkflowVersionsResponse
  - `items` WorkflowVersionListItem[] — A list of workflow version items.
    - `arn` string — ARN of the workflow version.
    - `workflowId` string — The workflow's ID.
    - `versionName` string — The name of the workflow version.
    - `description` string — The description of the workflow version.
    - `status` 'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETED' | 'FAILED' | 'INACTIVE' — The status of the workflow version.
    - `type` 'PRIVATE' | 'READY2RUN' — The type of the workflow version.
    - `digest` string — The digist of the workflow version.
    - `creationTime` string, date-time — The creation time of the workflow version.
    - `metadata` object — Metadata for the workflow version.
  - `nextToken` string — A pagination token that's included if more results are available.

## Other responses

- `480` — InternalServerException
- `481` — ServiceQuotaExceededException
- `482` — ThrottlingException
- `483` — ValidationException
- `484` — ConflictException
- `485` — ResourceNotFoundException
- `486` — AccessDeniedException
- `487` — RequestTimeoutException

---

[API](https://skmtc.net/aws/apis/omics.md) · [All operations](https://skmtc.net/aws/apis/omics/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/omics/versions/e9df1bcc0813/schema)
