---
title: "GET /api/v1/items"
method: GET
path: "/api/v1/items"
---

# GET /api/v1/items

`GET /api/v1/items`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

service.v1.Service.GetItems response

- GetItemsResponse
  - `items` Item[]
    - `id` string
    - `type` 'ITEM_TYPE_UNSPECIFIED' | 'ITEM_TYPE_BASIC'
    - `name` string
    - `createdAt` string, date-time
  - `totalCount` integer

## Changes

- **2023-05-20** `c22a496b7a51` — 6 breaking, 2 info
  - the response property `items` became optional for the status `200`
  - the response property `items/items/createdAt` became optional for the status `200`
  - the response property `items/items/id` became optional for the status `200`
  - the response property `items/items/name` became optional for the status `200`
  - …4 more
- **2023-05-07** `90df74f89a5e` — 1 info
  - added the required property `items/items/createdAt` to the response with the `200` status
- **2023-05-07** `cc660ba01149` — 1 info
  - added the required property `items/items/type` to the response with the `200` status
- **2023-05-07** `e7070ead1fbb` — 3 breaking, 18 warning
  - the `items/items/id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
  - removed the required property `items/items/createdAt` from the response with the `200` status
  - removed the required property `items/items/type` from the response with the `200` status
  - deleted the `query` request parameter `nestedType`
  - …17 more

[Change history](https://skmtc.dev/ogen-go/apis/generated-openapi-specification-from-proto-file/changes/api/v1/items/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/15ecfc6358bb/schema)
