---
title: "Check if a business is open"
method: GET
path: "/beta/business-hours/schedules/{scheduleId}/status"
tags: ["Business Hours"]
---

# Check if a business is open

`GET /beta/business-hours/schedules/{scheduleId}/status`

Check if a business is open either right now or at the specified timestamp.

## Path parameters

- `scheduleId` string, required

## Query parameters

- `timestamp` string, date-time

## Response `200`

The business hours status

- GetBusinessOpenStatusOutput
  - `data` GetBusinessOpenStatusResult, required
    - `isOpen` boolean, required
    - `timestamp` string, date-time, required
    - `opensAt` string, date-time
    - `closesAt` string, date-time

## Other responses

- `400` — Invalid value for: query parameter timestamp, 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/5eaff14a2c46/schema)
