---
title: "Get Marketplace Detail"
method: GET
path: "/api/marketplace/items/{item_id}"
---

# Get Marketplace Detail

`GET /api/marketplace/items/{item_id}`

## Path parameters

- `item_id` string, required

## Response `200`

Successful Response

- MarketplaceSkillDetailResponse
  - `description` string, required
  - `id` string, required
  - `installToken` string, required
  - `installation` MarketplaceInstallationResponse, required
    - `installedSkillRef` string, nullable
    - `status` 'installable' | 'installed', required
  - `installs` integer, required
  - `name` string, required
  - `repoImageUrl` string, nullable
  - `repoLabel` string, required
  - `sourceLinks` MarketplaceSkillSourceLinksResponse, required
    - `folderUrl` string, nullable
    - `repoLabel` string, required
    - `repoUrl` string, required
    - `skillsDetailUrl` string, required
  - `stars` integer, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-30** `774e8a3f5f7e` — 10 info
  - added the optional property `repoImageUrl` to the response with the `200` status
  - added the optional property `stars` to the response with the `200` status
  - added the required property `description` to the response with the `200` status
  - added the required property `id` to the response with the `200` status
  - …6 more

[Change history](https://skmtc.dev/mode-io/apis/skill-manager/changes/api/marketplace/items/:item_id/get.md)

---

[API](https://skmtc.dev/mode-io/apis/skill-manager.md) · [All operations](https://skmtc.dev/mode-io/apis/skill-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mode-io/skill-manager/revisions/a2b29a5aa8b4/schema)
