---
title: "List one specific tool, acts as an anchor for self references"
method: GET
path: "/api/ga4gh/v1/tools/{id}"
tags: ["GA4GHV1"]
---

# List one specific tool, acts as an anchor for self references

`GET /api/ga4gh/v1/tools/{id}`

This endpoint returns one specific tool (which has ToolVersions nested inside it)

## Path parameters

- `id` string, required

## Response `200`

A tool.

- ToolV1
  - `author` string
  - `contains` string[]
  - `description` string
  - `id` string
  - `meta-version` string
  - `organization` string
  - `signed` boolean
  - `toolclass` ToolClassV20beta
    - `description` string
    - `id` string
    - `name` string
  - `toolname` string
  - `url` string
  - `verified` boolean
  - `verified-source` string
  - `versions` ToolVersionV1[]
    - `descriptor-type` string[]
    - `dockerfile` boolean
    - `id` string
    - `image` string
    - `meta-version` string
    - `name` string
    - `url` string
    - `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)
