---
title: "GET /atlas/v2/glossary/terms/{termId}/assignedEntities"
method: GET
path: "/atlas/v2/glossary/terms/{termId}/assignedEntities"
---

# GET /atlas/v2/glossary/terms/{termId}/assignedEntities

`GET /atlas/v2/glossary/terms/{termId}/assignedEntities`

List all related objects assigned with the specified term. Recommend using
limit/offset to get pagination result.

## Path parameters

- `termId` string, required

## Query parameters

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

## Response `200`

The request has succeeded.

- AtlasRelatedObjectId[]
  - `guid` string — The GUID of the object.
  - `typeName` string — The name of the type.
  - `uniqueAttributes` object — The unique attributes of the object.
  - `displayText` string — The display text.
  - `entityStatus` 'ACTIVE' | 'DELETED' — Status - can be active or deleted
  - `relationshipType` string — Relationship type
  - `relationshipAttributes` AtlasStruct — Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.
    - `attributes` object — The attributes of the struct.
    - `typeName` string — The name of the type.
    - `lastModifiedTS` string — ETag for concurrency control.
  - `relationshipGuid` string, uuid — Universally Unique Identifier
  - `relationshipStatus` 'ACTIVE' | 'DELETED' — Status for atlas relationship

## 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/revisions/442226cb14a9/schema)
