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

---

[API](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api.md) · [All operations](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aghanim/aghanim-server-to-server-api/versions/0c1b4ac1865b/schema)
