---
title: "List items"
method: GET
path: "/v1beta/licenses/items"
tags: ["LicenseService"]
---

# List items

`GET /v1beta/licenses/items`

## Query parameters

- `limit` integer
- `offset` integer
- `order_by.id` string
- `order_by.key_id` string
- `order_by.title` string
- `order_by.product` string
- `order_by.status` string
- `order_by.key_number` string
- `order_by.expiration_date` string
- `product` string

## Response `200`

A successful response.

- LicenseListItemsResponse
  - `code` integer
  - `data` LicenseListItemsResponseData
    - `results` LicenseLicenseItem[]
      - `item` string
      - `product` string
      - `sku_values` object
      - `title` string
    - `total` integer
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

---

[API](https://skmtc.net/openprovider/apis/rest-api.md) · [All operations](https://skmtc.net/openprovider/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openprovider/rest-api/revisions/55b7a0062507/schema)
