---
title: "List Process Mappings"
method: GET
path: "/api/v1/admin/process-mappings"
tags: ["admin-dropdowns"]
---

# List Process Mappings

`GET /api/v1/admin/process-mappings`

List all process mappings with resolved dropdown labels.

Requires ``settings:view`` permission.

## Response `200`

Successful Response

- AdminProcessMappingResponse[]
  - `id` string, uuid, required
  - `machining_process_id` string, uuid, required
  - `material_id` string, uuid, required
  - `finishing_id` string, uuid, nullable
  - `is_valid` boolean, required
  - `machining_process_label` string, nullable
  - `material_label` string, nullable
  - `finishing_label` string, nullable

---

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