---
title: "GET /api/providers/{key}/items"
method: GET
path: "/api/providers/{key}/items"
tags: ["providers"]
---

# GET /api/providers/{key}/items

`GET /api/providers/{key}/items`

## Path parameters

- `key` string, required

## Response `200`

Success

- object[]
  - `id` string, required
  - `name` string, required
  - `group` string, nullable

## Other responses

- `500` — InternalError

## Changes

- **2026-08-29** `97a522c951f2` — 1 info
  - added the optional property `items/group` to the response with the `200` status

[Change history](https://skmtc.dev/executor/apis/executor-api/changes/api/providers/:key/items/get.md)

---

[API](https://skmtc.dev/executor/apis/executor-api.md) · [All operations](https://skmtc.dev/executor/apis/executor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/executor/executor-api/revisions/03ae66214fb3/schema)
