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

# Get List of Term Attributes

`GET /api/glossary/v1/terms/attribute-names`

Use this API to retrieve a list of all term attributes created by internal and external systems.

## Response `200`

OK 
Term attribute names retrieved successfully.

- DataUseGovernanceDataCatalogOneTrustResponseOfListofStringWrapper
  - `data` string[]
  - `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/revisions/21de3aa0b170/schema)
