---
title: "List all the vocabularies in the terminology"
method: GET
path: "/terminology/v1/vocabularies"
tags: ["Vocabularies"]
---

# List all the vocabularies in the terminology

`GET /terminology/v1/vocabularies`

List all the vocabularies in the terminology.

## Query parameters

- `page` integer
- `perPage` integer

## Response `200`

Return all vocabularies available in the terminology.

- object
  - `meta` V1ListResponseMeta, required
    - `numPages` integer, required
    - `page` integer, required
    - `perPage` integer, required
    - `total` integer, required
  - `data` V1Vocabulary[], required
    - `key` string, required
    - `title` string, required
    - `description` string, required

## Other responses

- `400` — Returned when the request is malformed or invalid.

---

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