---
title: "Get Data Element"
method: GET
path: "/api/inventory/v2/data-elements/{id}"
tags: ["Personal Data"]
---

# Get Data Element

`GET /api/inventory/v2/data-elements/{id}`

Use this API to retrieve the details of a single Data Element by ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- DataElementDetailedResponse
  - `categories` DataCategoryResponse[]
    - `description` string — Description of the Data Category.
    - `descriptionKey` string — Unique key for description of the Data Category.
    - `id` string — Unique Id for the Data Category.
    - `name` string — Name of the Data Category.
    - `nameKey` string — Unique key for name of the Data Category.
  - `classifications` DataClassificationResponse[]
    - `description` string — Description of the Data Classification.
    - `descriptionKey` string — Unique key for description of the Data Classification.
    - `id` string — Unique Id of the Data Classification.
    - `name` string — Name of the Data Classification.
    - `nameKey` string — Unique key for the name of the Data Classification.
  - `description` string — Description of the Data Element.
  - `descriptionKey` string — Unique key for description of the Data Element.
  - `id` string — Unique Id of the Data Element.
  - `name` string — Name of the Data Element.
  - `nameKey` string — Unique key for the name of the Data Element.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
