---
title: "GET /aliases/workflow-versions/{alias}"
method: GET
path: "/aliases/workflow-versions/{alias}"
tags: ["aliases"]
---

# GET /aliases/workflow-versions/{alias}

`GET /aliases/workflow-versions/{alias}`

Retrieves workflow version path information by alias.

## Path parameters

- `alias` string, required

## Response `default`

default response

- WorkflowVersionPathInfo
  - `entryType` 'TOOL' | 'WORKFLOW' | 'SERVICE' | 'APPTOOL' | 'NOTEBOOK' — Entry type
  - `entryTypeMetadata` EntryTypeMetadata — Information about an entry type
    - `searchEntryType` string — Search 'entryType' parameter value for this entry type
    - `searchSupported` boolean — Search support for this entry type
    - `sitePath` string — Relative path from the root of the site to the 'pages' where entries of this type are displayed
    - `term` string — Singular term used to refer to an instance of this entry type
    - `termPlural` string — Plural term used to refer to instances of this entry type
    - `trsPrefix` string — TRS ID prefix for this entry type
    - `trsSupported` boolean — TRS support for this entry type
    - `type` 'TOOL' | 'WORKFLOW' | 'SERVICE' | 'APPTOOL' | 'NOTEBOOK' — Entry type
  - `fullWorkflowPath` string — Dockstore path to workflow
  - `tagName` string — Name of workflow version tag

---

[API](https://skmtc.dev/dockstore/apis/dockstore-api.md) · [All operations](https://skmtc.dev/dockstore/apis/dockstore-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dockstore/dockstore-api/revisions/9d82a4e96aa7/schema)
