---
title: "Gets a single item"
method: GET
path: "/v1/entities/{name}/items/{id}"
tags: ["items"]
---

# Gets a single item

`GET /v1/entities/{name}/items/{id}`

Get the details of a single data item, by ID.

## Path parameters

- `name` string, required
- `id` string, required

## Response `200`

Success

- object
  - `status` string
  - `code` integer
  - `entityName` string
  - `entityLabel` string
  - `entitySchema` object
  - `itemid` string
  - `data` object

## Other responses

- `400` — Bad request
- `401` — The user is not authorized to perform this request
- `404` — Not Found

---

[API](https://skmtc.dev/home-office/apis/reference-data-service-api.md) · [All operations](https://skmtc.dev/home-office/apis/reference-data-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/home-office/reference-data-service-api/revisions/97df0cb8be1b/schema)
