---
title: "GET /atlas/v2/glossary/{glossaryId}/terms/headers"
method: GET
path: "/atlas/v2/glossary/{glossaryId}/terms/headers"
---

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

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

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

## Path parameters

- `glossaryId` string, required

## Query parameters

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

## Response `200`

The request has succeeded.

- AtlasRelatedTermHeader[]
  - `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.
  - `status` 'DRAFT' | 'ACTIVE' | 'DEPRECATED' | 'OBSOLETE' | 'OTHER' — Status for atlas term relationship
  - `steward` string — The steward of the term.
  - `termGuid` string — The GUID of the term.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/purview-datamap.md) · [All operations](https://skmtc.net/azure/apis/purview-datamap/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/purview-datamap/versions/442226cb14a9/schema)
