---
title: "GET /atlas/v2/entity/guid/{guid}/classifications"
method: GET
path: "/atlas/v2/entity/guid/{guid}/classifications"
---

# GET /atlas/v2/entity/guid/{guid}/classifications

`GET /atlas/v2/entity/guid/{guid}/classifications`

List classifications for a given entity represented by a GUID.

## Path parameters

- `guid` string, required

## Response `200`

The request has succeeded.

- AtlasClassifications — REST serialization friendly list.
  - `list` unknown[] — An array of objects.
    - unknown
  - `pageSize` integer — The size of the page.
  - `sortBy` string — The sorted by field.
  - `sortType` 'NONE' | 'ASC' | 'DESC' — Type for sorting
  - `startIndex` integer — The start index of the page.
  - `totalCount` integer — The total count of items.

## 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)
