---
title: "Gets a list of items available via a specific persistence service."
method: GET
path: "/persistence/items"
tags: ["persistence"]
---

# Gets a list of items available via a specific persistence service.

`GET /persistence/items`

## Query parameters

- `serviceId` string

## Response `200`

OK

- PersistenceItemInfo[]
  - `earliest` string, date-time
  - `latest` string, date-time
  - `name` string
  - `count` integer

---

[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/revisions/0f2ce17cab3e/schema)
