---
title: "GET /atlas/v2/glossary/{glossaryGuid}/terms/headers"
method: GET
path: "/atlas/v2/glossary/{glossaryGuid}/terms/headers"
tags: ["Glossary"]
---

# GET /atlas/v2/glossary/{glossaryGuid}/terms/headers

`GET /atlas/v2/glossary/{glossaryGuid}/terms/headers`

Get term headers belonging to a specific glossary. Recommend using limit/offset to get pagination result.

## Path parameters

- `glossaryGuid` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `sort` string

## Response `200`

OK. An array of glossary terms for the given glossary or an empty list.

- AtlasRelatedTermHeader[] — An array of glossary terms for the given glossary or an empty list.
  - `description` string — The description of the related term.
  - `displayText` string — The display text.
  - `expression` string — The expression of the term.
  - `relationGuid` string — The GUID of the relationship.
  - `source` string — The source of the term.
  - `status` 'DRAFT' | 'ACTIVE' | 'DEPRECATED' | 'OBSOLETE' | 'OTHER' — The status of term relationship.
  - `steward` string — The steward of the term.
  - `termGuid` string — The GUID of the term.

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/purview-catalog.md) · [All operations](https://skmtc.net/azure/apis/purview-catalog/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/purview-catalog/revisions/63dd676f9a6b/schema)
