---
title: "Get a specific material by ID"
method: GET
path: "/materials/{material_id}"
tags: ["Materials"]
---

# Get a specific material by ID

`GET /materials/{material_id}`

Retrieve a specific material by its ID.

Returns materials from the current organization only.

## Path parameters

- `material_id` string, required

## Response `200`

Successful Response

- Material — Model representing a material as returned by the API.
  - `name` string, required — Name of the material
  - `definition` object, nullable — Material definition (formula, type, constituents)
  - `manufacturer` string, nullable — Manufacturer of the material
  - `product_id` string, nullable — Supplier product ID
  - `id` string, required — Unique identifier for the material
  - `organization_id` string, required — Organization ID of the material
  - `project_id` string, required — Project the material is scoped to, derived from the cell specification(s) that reference it.
  - `created_at` string, date-time, required — Timestamp when the material was created
  - `updated_at` string, date-time, required — Timestamp when the material was last updated
  - `created_by` string, nullable — User ID of the creator.
  - `property_count` integer — Number of property datasets attached to this material

## Other responses

- `422` — Validation Error

---

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