---
title: "Get List of Terms"
method: GET
path: "/api/glossary/v1/terms"
tags: ["Terms"]
---

# Get List of Terms

`GET /api/glossary/v1/terms`

Use this API to retrieve a list of all terms or search for a specific term. The response will include details for each term along with the corresponding term ID, name, and glossary to which the term belongs.

## Query parameters

- `name` string
- `page` integer
- `size` integer

## Response `200`

OK 
Term Details response retrieved successfully.

- DataUseGovernanceDataCatalogOneTrustResponseOfTermResponse
  - `data` DataUseGovernanceDataCatalogTermResponse[]
    - `id` string, uuid — Unique identifier
    - `name` string — Name of the entity
    - `nameKey` string — Key used for name localization
    - `type` string — Type of the term
    - `typeKey` string — Key used for type localization
    - `shortDescription` string — Brief description of the term
    - `glossary` DataUseGovernanceDataCatalogIdValueKeyDto
      - `id` string, uuid — Unique identifier
      - `value` string — Display value
      - `key` string — Key used for localization
    - `numericId` integer — Numeric identifier for the term
    - `example` string — Example usage of the term
    - `businessOwner` string[]
    - `technicalOwner` string[]
    - `dataSteward` string[]
    - `notes` string — Additional notes about the term
    - `source` string — Source of the term
    - `createdDate` string, date-time — Creation timestamp
    - `lastUpdatedDate` string, date-time — Last update timestamp
    - `createdBy` string, uuid — UUID of the user who created the term
    - `lastUpdatedBy` string, uuid — UUID of the user who last updated the term
    - `status` string — Current status of the term
    - `associatedTags` string[]
    - `tags` DataUseGovernanceDataCatalogTagResponse[]
      - `id` string, uuid — UUID of the tag
      - `tagId` integer — Numeric identifier for the tag
      - `name` string — Name of the tag
      - `description` string — Description of the tag
      - `type` string — Type of the tag
      - `createdBy` string, uuid — UUID of the user who created the tag
      - `createdDate` string, date-time — Tag creation timestamp
      - `updatedBy` string, uuid — UUID of the user who updated the tag
      - `updatedDate` string, date-time — Tag update timestamp
      - `athenaId` string, uuid — Athena Id for the tag
  - `meta` DataUseGovernanceDataCatalogOneTrustMetadata
    - `page` DataUseGovernanceDataCatalogOneTrustPage
      - `first` boolean — This parameter indicates whether the current page is the first page of the list.
      - `last` boolean — This parameter indicates whether the current page is the last page of the list.
      - `number` integer — The page number of the results.
      - `size` integer — The number of results per page.
      - `totalElements` integer — The total number of results in the list.
      - `totalPages` integer — The total number of pages in the list.
      - `sort` DataUseGovernanceDataCatalogOneTrustSort[] — The sort criteria that dictates the order of the results.
        - `direction` 'ASC' | 'DESC' — The order (ASC|DESC) by which results are sorted.
        - `property` string — The criteria by which results are sorted.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
