---
title: "GET /atlas/v2/entity/guid/{guid}/classification/{classificationName}"
method: GET
path: "/atlas/v2/entity/guid/{guid}/classification/{classificationName}"
tags: ["Entity"]
---

# GET /atlas/v2/entity/guid/{guid}/classification/{classificationName}

`GET /atlas/v2/entity/guid/{guid}/classification/{classificationName}`

List classifications for a given entity represented by a GUID.

## Path parameters

- `guid` string, required
- `classificationName` string, required

## Response `200`

The classification for the given entity GUID.

- AtlasClassification — An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.
  - `attributes` object — The attributes of the struct.
  - `typeName` string — The name of the type.
  - `lastModifiedTS` string — ETag for concurrency control.
  - `entityGuid` string — The GUID of the entity.
  - `entityStatus` 'ACTIVE' | 'DELETED' — Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store.
  - `removePropagationsOnEntityDelete` boolean — Determines if propagations will be removed on entity deletion.
  - `validityPeriods` TimeBoundary[] — An array of time boundaries indicating validity periods.
    - `endTime` string — The end of the time boundary.
    - `startTime` string — The start of the time boundary.
    - `timeZone` string — The timezone of the time boundary.
  - `source` string — indicate the source who create the classification detail
  - `sourceDetails` object — more detail on source information

## Other responses

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

---

[API](https://skmtc.dev/azure/apis/purview-catalog.md) · [All operations](https://skmtc.dev/azure/apis/purview-catalog/llms.txt) · [OpenAPI document](https://skmtc.dev/azure/apis/purview-catalog/revisions/63dd676f9a6b?raw)
