---
title: "Gets the list of widget gallery items."
method: GET
path: "/habpanel/gallery/{galleryName}/widgets"
tags: ["habpanel"]
---

# Gets the list of widget gallery items.

`GET /habpanel/gallery/{galleryName}/widgets`

## Path parameters

- `galleryName` string, required

## Response `200`

OK

- GalleryWidgetsListItem[]
  - `id` string
  - `title` string
  - `description` string
  - `likes` integer
  - `views` integer
  - `posts` integer
  - `imageUrl` string
  - `createdDate` string, date-time

## Other responses

- `404` — Unknown gallery

---

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