---
title: "GET /api/v0/parts/{id}"
method: GET
path: "/api/v0/parts/{id}"
tags: ["Basic"]
---

# GET /api/v0/parts/{id}

`GET /api/v0/parts/{id}`

Detailed information about the part identified by `id`.

## Path parameters

- `#/components/schemas/PartParamsV0` PartParamsV0, required
  - `id` string, required — Part ID
- `id` string, required

## Response `200`

Successful response

- PartResponseV0
  - `result` object, required — The result of the request.
    - `id` string, required — The ID of the part.
    - `summary` string, required — A brief summary of the part.
  - `requestId` string, required — The unique identifier for this request.

## Other responses

- `404` — Not found
- `500` — Internal server error

---

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