---
title: "List business hours schedules"
method: GET
path: "/beta/business-hours/schedules"
tags: ["Business Hours"]
---

# List business hours schedules

`GET /beta/business-hours/schedules`

List business hours schedules in an organization with pagination.

## Response `200`

- ListBusinessHoursSchedulesOutput
  - `data` ListBusinessHoursSchedulesResult, required
    - `schedules` BusinessHoursSchedule[]
      - `name` string, required
      - `id` string, required

## Other responses

- `400` — Invalid value extracted from request context
- `500` — Internal failure during request processing

---

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