---
title: "Get a vocabulary from the terminology"
method: GET
path: "/terminology/v1/vocabularies/{vocabularyKey}"
tags: ["Vocabularies"]
---

# Get a vocabulary from the terminology

`GET /terminology/v1/vocabularies/{vocabularyKey}`

Get a vocabulary from the terminology.

## Path parameters

- `vocabularyKey` string, required

## Response `200`

The vocabulary with the given key.

- V1Vocabulary
  - `key` string, required
  - `title` string, required
  - `description` string, required

## Other responses

- `404` — Returned when the vocabulary does not exist.

---

[API](https://skmtc.net/clinia/apis/terminology-api.md) · [All operations](https://skmtc.net/clinia/apis/terminology-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinia/terminology-api/revisions/3fce2e6b0ae5/schema)
