---
title: "Get Break Policy"
method: GET
path: "/api/v1/time-tracking/break-policies/{id}"
tags: ["Meal & Rest Breaks", "Public API"]
---

# Get Break Policy

`GET /api/v1/time-tracking/break-policies/{id}`

Retrieves a single break policy by its UUID. When includeCounts is enabled, the response includes the number of associated employees and breaks.

OAuth Scopes: time_tracking:breaks

## Path parameters

- `id` string, uuid, required

## Query parameters

- `includeCounts` boolean

## Response `200`

Break policy retrieved successfully

- TimeTrackingTimeTrackingBreakPolicyV1 — A policy governing breaks for time tracking
  - `id` string, uuid — Unique identifier for the break policy
  - `name` string — Name of the break policy
  - `description` string, nullable — Optional description of the break policy
  - `allEmployeesAssigned` boolean — Whether all employees are assigned to this break policy
  - `createdAt` string, date-time — ISO 8601 timestamp when the break policy was created
  - `updatedAt` string, date-time, nullable — ISO 8601 timestamp when the break policy was last updated
  - `deletedAt` string, date-time, nullable — ISO 8601 timestamp when the break policy was deleted

## Other responses

- `403` — Forbidden
- `404` — Break policy not found
- `422` — Invalid input
- `500` — Internal server error

---

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