---
title: "GET /api/working-days"
method: GET
path: "/api/working-days"
tags: ["workingDays"]
---

# GET /api/working-days

`GET /api/working-days`

List working days (paginated): id, date, numberOfPhotos, descriptions per day; optional construction_id

## Query parameters

- `page` number
- `limit` number
- `company_id` string, uuid
- `construction_id` string, uuid

## Response `200`

Default Response

- object
  - `items` object[], required
    - `id` string, uuid, required
    - `date` string, date, nullable, required
    - `timestamp` string, nullable
    - `numberOfPhotos` integer, required
    - `descriptions` string[], required
  - `total` integer, required
  - `page` integer, required
  - `limit` integer, required

---

[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)
