---
title: "Retrieve a break"
method: GET
path: "/api/business/{businessId}/branch/{branchId}/break/{breakId}"
tags: ["Break"]
---

# Retrieve a break

`GET /api/business/{businessId}/branch/{branchId}/break/{breakId}`

Get a break for the specified business id, branch id and break id

## Path parameters

- `businessId` string, required
- `branchId` string, required
- `breakId` string, required

## Response `200`

Specified break retrieved

- BreakResponse
  - `breakDate` string, date
  - `startTime` string
  - `endTime` string
  - `staffId` string
  - `roomId` string
  - `machineId` string
  - `label` string
  - `paidBreak` boolean
  - `breakId` string
  - `version` integer

## Other responses

- `400` — Bad Request
- `404` — Business, branch or break with the specified ids don't exist
- `429` — Request rate limit exceeded. Current limit set to 100 rps.
- `500` — Internal Server Error

---

[API](https://skmtc.net/phorest/apis/third-party-api.md) · [All operations](https://skmtc.net/phorest/apis/third-party-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phorest/third-party-api/revisions/2218bc90d39c/schema)
