---
title: "Get Item Values"
method: GET
path: "/{databaseId}/items/{itemId}"
tags: ["Item Properties"]
---

# Get Item Values

`GET /{databaseId}/items/{itemId}`

Gets all the current property values of the given item.

## Path parameters

- `databaseId` string, required
- `itemId` string, required

## Response `200`

Successful operation.

- object

## Other responses

- `400` — The *itemId* does not match ^[a-zA-Z0-9_\-:@\.]+$
- `404` — Item of the given *itemId* is not present in the catalog. If there is no additional info in the JSON response, you probably have an error in your URL.

---

[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)
