---
title: "List glossary entries"
method: GET
path: "/v2/glossaries/{glossary_key}/entries"
tags: ["Glossaries"]
---

# List glossary entries

`GET /v2/glossaries/{glossary_key}/entries`

Lists the entries in a glossary.

## Path parameters

- `glossary_key` string, required — A user-provided key that uniquely identifies a glossary.

## Query parameters

- `limit` integer
- `page_key` string

## Headers

- `Request-Timeout` integer
- `Request-Timeout-Millis` integer

## Response `200`

List of glossary entries.

- GlossaryEntriesResponse — Response containing glossary entries.
  - `entries` GlossaryEntry[], required — The glossary entries.
    - `term` string, required — The term, acronym, or abbreviation to match in user input. Multi-word terms are supported.
    - `expansion` string, required — The expanded form of the term. When the term is matched, the platform includes it in the hint appended to the event.
  - `metadata` ListMetadata, required — The standard metadata in the response of a list operation.
    - `page_key` string — The page key for the next page of results. Pass it as a query parameter to request the next page.

## Other responses

- `403` — Permissions do not allow accessing this glossary.
- `404` — Glossary not found.

---

[API](https://skmtc.net/vectara/apis/vectara-rest-api-v2.md) · [All operations](https://skmtc.net/vectara/apis/vectara-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vectara/vectara-rest-api-v2/revisions/83554494d7f8/schema)
