---
title: "GET /api/item/{itemId}"
method: GET
path: "/api/item/{itemId}"
---

# GET /api/item/{itemId}

`GET /api/item/{itemId}`

Gets an item

## Path parameters

- `itemId` string, required

## Response `200`

Item response

- Item
  - `id` string, required
  - `name` string, required
  - `createdAt` integer, required

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/benchkram/apis/example-rest-api.md) · [All operations](https://skmtc.dev/benchkram/apis/example-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/benchkram/example-rest-api/revisions/3adb2e8e259f/schema)
