---
title: "List Edge Notes"
method: GET
path: "/api/v1/parts/{part_id}/edge-notes"
tags: ["part_annotations"]
---

# List Edge Notes

`GET /api/v1/parts/{part_id}/edge-notes`

List active edge notes for a part.

## Path parameters

- `part_id` string, uuid, required

## Response `200`

Successful Response

- EdgeNoteRead[]
  - `id` string, uuid, required
  - `part_id` string, uuid, required
  - `cad_file_version_id` string, uuid, nullable, required
  - `edge_id` string, required
  - `note_text` string, required
  - `note_type` string, required
  - `weld_process` string, nullable, required
  - `state` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable, required

## 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)
