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

# Get Glossaries

`GET /v1/glossaries`

Retrieve available glossaries for the authenticated account. Items have newline character between them.

## Response `200`

Glossaries retrieved successfully

- object
  - `data` object[] — Array of glossaries
    - `id` string, uuid, required — Glossary ID
    - `accountId` string, uuid, nullable — Account ID (nullable for shared)
    - `name` string, required — Glossary name
    - `description` string, nullable — Glossary description
    - `items` string — Glossary items (newline-separated)
    - `active` boolean, required — Whether this glossary is active
    - `createdAt` string, date-time — Creation time
    - `updatedAt` string, date-time — Last update time
  - `pagination` object
    - `page` integer, required
    - `pageSize` integer, required
    - `total` integer, required
    - `totalPages` integer, required

## Other responses

- `401` — Unauthorized (invalid API key)
- `403` — Forbidden (access denied)
- `500` — Internal server error

---

[API](https://skmtc.net/phrase/apis/control-hub-service.md) · [All operations](https://skmtc.net/phrase/apis/control-hub-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phrase/control-hub-service/revisions/98ecac7ba2bf/schema)
