---
title: "Retrieve business hours."
method: GET
path: "/api/v2/organizations/{orgSlug}/settings/business-hours"
tags: ["Business Hours"]
---

# Retrieve business hours.

`GET /api/v2/organizations/{orgSlug}/settings/business-hours`

Retrieve business hours. 

 Required scopes: `flex.settings.businessHours.read`

## Path parameters

- `orgSlug` string, required

## Query parameters

- `location` string
- `$cursorNext` string
- `$cursorPrev` string
- `$limit` number

## Response `200`

- object
  - `rangeStart` number
  - `rangeEnd` number
  - `cursorNext` string
  - `cursorPrev` string
  - `results` BusinessHoursResultDto[]
    - `workDays` number[] — An array of work days represented as numbers (0-6, where 0 is Sunday).
    - `openingTime` number — The opening hour of the business hours. Decimals represent specific times (e.g., 9.5 is 9:30, 9.75 is 9:45).
    - `closingTime` number — The closing hour of the business hours. Decimals represent specific times (e.g., 17.5 is 17:30, 17.75 is 17:45).
    - `closedDays` string[] — The closed days of the business hours.
    - `location` string — Reference to the location the business hours are associated with.

---

[API](https://skmtc.dev/officernd/apis/authentication-api.md) · [All operations](https://skmtc.dev/officernd/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/officernd/authentication-api/revisions/6bcd33dc648e/schema)
