---
title: "List materials within the material group"
method: GET
path: "/materialgroups/{materialGroupId}/materials"
tags: ["Materials"]
---

# List materials within the material group

`GET /materialgroups/{materialGroupId}/materials`

## Path parameters

- `materialGroupId` string, required

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

Ok

- object
  - `_links` CollectionLinks
    - `first` object
      - `href` string — First page of the collection.
    - `prev` object
      - `href` string — Previous page in the collection.
    - `self` object
      - `href` string — Current page of the collection.
    - `next` object
      - `href` string — Next page in the collection.
    - `last` object
      - `href` string — Last page of the collection.
  - `_meta` CollectionMeta
    - `total` integer — Total number of resources in the collection.
  - `_embedded` MaterialMaterialResponse[]
    - `id` string, required — The material unique identifier.
    - `materialGroupId` string, required — The material group unique identifier.
    - `name` string, required — The material name.
    - `createdAt` string, date-time, required — The time the material was created.
    - `modifiedAt` string, date-time, required — The time the material was modified.
    - `properties` MaterialMaterialProperties — The material properties.
    - `metadata` object

## Other responses

- `404` — Not found.

---

[API](https://skmtc.net/simscale/apis/simscale-api.md) · [All operations](https://skmtc.net/simscale/apis/simscale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/simscale/simscale-api/revisions/53223abaceb7/schema)
