---
title: "List Welds"
method: GET
path: "/api/v1/parts/{part_id}/welds"
tags: ["welds"]
---

# List Welds

`GET /api/v1/parts/{part_id}/welds`

List non-undone welds for a part, each carrying an
``is_process_mismatch`` flag (TRUE when the part's process has
drifted to a bucket that no longer supports weld annotations).

## Path parameters

- `part_id` string, uuid, required

## Response `200`

Successful Response

- WeldRead[]
  - `id` string, uuid, required
  - `part_id` string, uuid, required
  - `cad_file_version_id` string, uuid, nullable, required
  - `edge_id` string, required
  - `weld_type` string, required
  - `size_mm` number, required
  - `length_mm` number, nullable, required
  - `process` string, nullable, required
  - `side` string, required
  - `all_around` boolean, required
  - `notes` string, nullable, required
  - `label` string, required
  - `state` string, required
  - `source` string, required
  - `created_by` string, uuid, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable, required
  - `is_process_mismatch` boolean

## Other responses

- `422` — Validation Error

---

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