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

# GET /api/v1/items

`GET /api/v1/items`

## Query parameters

- `limit` integer, required
- `offset` integer, required

## Response `200`

GetItemsResponse

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

## Changes

- **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/39c8e4fc5bce/schema)
