---
title: "GET /api/v1/items/{id}"
method: GET
path: "/api/v1/items/{id}"
---

# GET /api/v1/items/{id}

`GET /api/v1/items/{id}`

## Path parameters

- `id` string, required

## Response `200`

Item

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

## Changes

- **2023-05-07** `e7070ead1fbb` — 3 breaking, 14 warning, 2 info
  - the `id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
  - removed the required property `createdAt` from the response with the `200` status
  - removed the required property `type` from the response with the `200` status
  - removed the optional property `mapWithInt32` from the response with the `200` status
  - …15 more

[Change history](https://skmtc.dev/ogen-go/apis/generated-openapi-specification-from-proto-file/changes/api/v1/items/:id/get.md)

---

[API](https://skmtc.dev/ogen-go/apis/generated-openapi-specification-from-proto-file.md) · [All operations](https://skmtc.dev/ogen-go/apis/generated-openapi-specification-from-proto-file/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ogen-go/generated-openapi-specification-from-proto-file/revisions/e7070ead1fbb/schema)
