---
title: "GET /api/materials/{id}/usages"
method: GET
path: "/api/materials/{id}/usages"
tags: ["materials"]
---

# GET /api/materials/{id}/usages

`GET /api/materials/{id}/usages`

Get all working day usages for a material

## Path parameters

- `id` string, uuid, required

## Query parameters

- `company_id` string, uuid

## Response `200`

Default Response

- object[]
  - `id` string, uuid, required
  - `constructionName` string, required
  - `constructionId` string, uuid, required
  - `workingDayId` string, uuid, required
  - `companyId` string, uuid, required
  - `currency` string, nullable
  - `date` string, date, nullable
  - `timestamp` string, nullable
  - `usage` number, double, nullable
  - `price` number, double, nullable
  - `unitPrice` number, double, nullable

---

[API](https://skmtc.dev/buildoapp/apis/buildo-api.md) · [All operations](https://skmtc.dev/buildoapp/apis/buildo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/buildoapp/buildo-api/revisions/e646e4ae8482/schema)
