---
title: "List glossaries"
method: GET
path: "/v2/glossaries"
tags: ["Glossaries"]
---

# List glossaries

`GET /v2/glossaries`

Lists all glossaries available to the authenticated user.

## Query parameters

- `filter` string
- `limit` integer
- `page_key` string

## Headers

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

## Response `200`

List of glossaries.

- ListGlossariesResponse — Response containing a list of glossaries.
  - `glossaries` Glossary[], required — The glossaries.
    - `key` string, required — A user-provided key that uniquely identifies a glossary.
    - `name` string, required — Human-readable name for the glossary.
    - `description` string — A description of what this glossary covers.
    - `num_entries` integer — The number of entries currently in the glossary.
    - `created_at` string, date-time — Timestamp when the glossary was created.
    - `updated_at` string, date-time — Timestamp when the glossary was last updated.
  - `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 listing glossaries.

---

[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/versions/e85040b266cc/schema)
