---
title: "List Materials"
method: GET
path: "/materials/"
tags: ["materials"]
---

# List Materials

`GET /materials/`

List all materials available for quoting

## Response `200`

Successful Response

- MaterialTable[]
  - `id` string, required
  - `material` 'Steel' | 'Aluminum' | 'Stainless Steel', required
  - `type` string, required
  - `thickness_in` number, nullable
  - `thickness_mm` number, nullable
  - `weight_cm2` number, nullable
  - `display_thickness` string, nullable
  - `bendable` boolean, nullable
  - `ultimate_tensile_strength_psi` integer, nullable
  - `yield_tensile_strength_psi` integer, nullable

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/rmfg/apis/fastapi.md) · [All operations](https://skmtc.dev/rmfg/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rmfg/fastapi/revisions/17a4ad42a016/schema)
