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

# Get Marketplace Document

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

## Path parameters

- `item_id` string, required

## Response `200`

Successful Response

- MarketplaceSkillDocumentResponse
  - `documentMarkdown` string, nullable
  - `status` 'ready' | 'unavailable', required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-30** `774e8a3f5f7e` — 2 info
  - added the optional property `documentMarkdown` to the response with the `200` status
  - added the required property `status` to the response with the `200` status

[Change history](https://skmtc.dev/mode-io/apis/skill-manager/changes/api/marketplace/items/:item_id/document/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)
