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

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

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

Get all working day usages for a worker

## 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
  - `hours` number, double, nullable
  - `rate` 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)
