# Check if a business is open Check if a business is open either right now or at the specified timestamp. Endpoint: GET /beta/business-hours/schedules/{scheduleId}/status Version: beta Security: ApiKeyAuth ## Path parameters: - `scheduleId` (string, required) ## Query parameters: - `timestamp` (string) An optional timestamp in ISO-8601 format: yyyy-MM-dd'T'HH:mm:ss'Z' to check if the business is open at a specific time. If not specified, the current time is used. ## Response 200 fields (application/json): - `data` (object, required) - `data.isOpen` (boolean, required) - `data.timestamp` (string, required) ## Response 400 fields (application/json): - `message` (string, required) ## Response 500 fields (application/json): - `message` (string, required)