---
title: "List Edge Tolerances"
method: GET
path: "/api/v1/parts/{part_id}/edge-tolerances"
tags: ["edge_tolerances"]
---

# List Edge Tolerances

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

List non-undone edge tolerances for a part.

Each entry carries an ``is_process_mismatch`` flag (True when the
part's process bucket no longer supports edge tolerances).

## Path parameters

- `part_id` string, uuid, required

## Response `200`

Successful Response

- EdgeToleranceRead[]
  - `id` string, uuid, required
  - `part_id` string, uuid, required
  - `cad_file_version_id` string, uuid, nullable, required
  - `edge_id` string, required
  - `tolerance_type` string, required
  - `size_mm` number, nullable, required
  - `angle_deg` number, nullable, required
  - `notes` string, nullable, required
  - `label` string, required
  - `state` string, required
  - `source` string, required
  - `author` string, nullable, 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)
