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

# Get Translation Glossaries

`GET /v1/translation_glossaries`

Returns a list of translation glossaries.

## Query parameters

- `locale_id` string — Filter by locale
- `q` string — Filter by search query
- `limit` integer — A limit on the number of objects to be returned
- `starting_after` string — The cursor for pagination
- `ending_before` string — The cursor for pagination

## Response `200`

Successful Response

- InfinitePaginatedResponseTranslationGlossaryRead
  - `data` TranslationGlossaryRead[], required
    - `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
  - `has_more` boolean, required
  - `next_cursor` string

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `fb9750c99d0a` — 3 warning
  - for the `query` request parameter `limit`, the exclusiveMinimum was set to `1.00`
  - for the `query` request parameter `locale_id`, the maxLength was set to `32`
  - for the `query` request parameter `limit`, the max was set to `300.00`

[Change history](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api/changes/v1/translation_glossaries/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)
