---
title: "Get all available items."
method: GET
path: "/items"
tags: ["items"]
---

# Get all available items.

`GET /items`

## Query parameters

- `type` string
- `tags` string
- `metadata` string
- `recursive` boolean
- `fields` string
- `staticDataOnly` boolean

## Headers

- `Accept-Language` string

## Response `200`

OK

- EnrichedItemDTO[]
  - `type` string
  - `name` string
  - `label` string
  - `category` string
  - `tags` string[]
  - `groupNames` string[]
  - `link` string
  - `state` string
  - `transformedState` string
  - `stateDescription` StateDescription
    - `minimum` number
    - `maximum` number
    - `step` number
    - `pattern` string
    - `readOnly` boolean
    - `options` StateOption[]
      - `value` string
      - `label` string
  - `unitSymbol` string
  - `commandDescription` CommandDescription
    - `commandOptions` CommandOption[]
      - `command` string
      - `label` string
  - `metadata` object
  - `editable` boolean
  - `groupType` string

---

[API](https://skmtc.net/openhab/apis/openhab-rest-api.md) · [All operations](https://skmtc.net/openhab/apis/openhab-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openhab/openhab-rest-api/versions/0f2ce17cab3e/schema)
