---
title: "Read the domain-specific metadata of a data object."
method: GET
path: "/data-repository/data/{dataId}/domain-specific-metadata"
tags: ["Data Repository"]
---

# Read the domain-specific metadata of a data object.

`GET /data-repository/data/{dataId}/domain-specific-metadata`

Returns the domain-specific metadata attached to the data object, a free-form
JSON object whose shape is defined by the metadata schema of the data type.
Data with no metadata attached is reported as 204, which is distinct from
metadata that was set to an empty object.

## Path parameters

- `dataId` string, required

## Response `200`

Ok

- DataRepositoryDomainSpecificMetadata — Domain-specific metadata of a data object. A free-form JSON object whose shape is defined by the metadata schema of the data type.

## Other responses

- `204` — No metadata is attached to the data object.

---

[API](https://skmtc.net/simscale/apis/simscale-api.md) · [All operations](https://skmtc.net/simscale/apis/simscale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/simscale/simscale-api/revisions/53223abaceb7/schema)
