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

# List Item Properties

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

Gets the list of all the item properties in your database.

## Path parameters

- `databaseId` string, required

## Response `200`

Successful operation.

- PropertyInfo[]
  - `name` string, required — Name of the property
  - `type` string, required — Type of the property

## Other responses

- `404` — Invalid 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)
