---
title: "Retrieve a data object with given ID."
method: GET
path: "/data/{id}"
tags: ["data"]
---

# Retrieve a data object with given ID.

`GET /data/{id}`

Retrieve a data object with given ID.

## Path parameters

- `id` string, required

## Response `200`

successful operation

- object
  - `data` MutableData
    - `domainId` string — Object domain ID
    - `schemaUri` string — Validation schema URI
    - `content` object, required
    - `tenant` string — Tenant ID
    - `refs` AppDataRecord[]
      - `applicationUid` string
      - `recordUid` string
      - `modificationHistory` ModificationHistory[]
        - `user` string
        - `operation` string
        - `timestamp` string, date-time
    - `owners` Owner[]
      - `id` string, required — External id of the owner
      - `type` string, required — Type to discriminate owner's type
    - `id` string
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Changes

- **2021-08-09** `8e65ea7446ac` — 1 info
  - added the optional property `data/allOf[#/components/schemas/Data]/tenant` to the response with the `200` status
- **2019-09-30** `3bf23d07dc03` — 2 warning, 2 info
  - removed the optional property `data/allOf[#/components/schemas/Data]/modelId` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Data]/oihUid` from the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Data]/domainId` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Data]/schemaUri` to the response with the `200` status

[Change history](https://skmtc.dev/openintegrationhub/apis/data-hub/changes/data/:id/get.md)

---

[API](https://skmtc.dev/openintegrationhub/apis/data-hub.md) · [All operations](https://skmtc.dev/openintegrationhub/apis/data-hub/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintegrationhub/data-hub/revisions/2521d7f38446/schema)
