---
title: "List Items"
method: GET
path: "/{databaseId}/items/list/"
tags: ["Items"]
---

# List Items

`GET /{databaseId}/items/list/`

Gets a list of IDs of items currently present in the catalog.

## Path parameters

- `databaseId` string, required

## Query parameters

- `filter` string
- `count` integer
- `offset` integer
- `returnProperties` boolean
- `includedProperties` string[]

## Response `200`

Successful operation.

- Item[]
  - `itemId` string, required — Id of the item
  - `values` object — Property values of the item

## Other responses

- `404` — If present, `filter` contains a non-existing item property.

---

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