---
title: "Get manual breaks"
method: GET
path: "/time-clock/v1/time-clocks/{timeClockId}/manual-breaks"
tags: ["Time Clock:v1:TimeClocks:TimeClock:ManualBreaks"]
---

# Get manual breaks

`GET /time-clock/v1/time-clocks/{timeClockId}/manual-breaks`

Get multiple manual breaks of a time clock

## Path parameters

- `timeClockId` integer, required — The unique identifier of the time clock

## Response `200`

Successful Response

- APIResponseManualBreaksGetResponse
  - `requestId` string
  - `data` ManualBreaksGetResponse, required
    - `manualBreaks` ManualBreakResponse[], required — The manual breaks
      - `id` string, required — The ID of the manual break
      - `name` string, required — The name of the manual break
      - `isPaid` boolean, required — Whether the manual break is paid
      - `duration` integer, required — The duration of the manual break in minutes
    - `areManualBreaksEnabled` boolean, required — Whether manual breaks are enabled

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/connecteam/apis/connecteam-api-documentation.md) · [All operations](https://skmtc.net/connecteam/apis/connecteam-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/connecteam/connecteam-api-documentation/versions/d8f7f302222e/schema)
