---
title: "List versions of a tool"
method: GET
path: "/api/ga4gh/v2/tools/{id}/versions"
tags: ["GA4GHV20BETA"]
---

# List versions of a tool

`GET /api/ga4gh/v2/tools/{id}/versions`

Returns all versions of the specified tool

## Path parameters

- `id` string, required

## Response `200`

An array of tool versions

- ToolVersionV20beta[]
  - `containerfile` boolean
  - `descriptor_type` string[]
  - `id` string, required
  - `image` string
  - `image_name` string
  - `meta_version` string
  - `name` string
  - `registry_url` string
  - `url` string, required
  - `verified` boolean
  - `verified_source` string

---

[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)
