---
title: "Get Translation Glossary"
method: GET
path: "/v1/translation_glossaries/{translation_glossary_id}"
tags: ["Translation Glossaries"]
---

# Get Translation Glossary

`GET /v1/translation_glossaries/{translation_glossary_id}`

Returns a single translation glossary.

## Path parameters

- `translation_glossary_id` string, required

## Response `200`

Successful Response

- TranslationGlossaryRead
  - `locale_id` string, required — The unique identifier of the locale
  - `term` string, required — The glossary term
  - `translation` string, required — The translation of the glossary term
  - `id` string, required — The unique identifier of the glossary

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `fb9750c99d0a` — 1 warning
  - for the `path` request parameter `translation_glossary_id`, the maxLength was set to `32`

[Change history](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api/changes/v1/translation_glossaries/:translation_glossary_id/get.md)

---

[API](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api.md) · [All operations](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api/llms.txt) · [OpenAPI document](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api/revisions/32e27bc547ae?raw)
