# Business Hours

 - [GET /beta/business-hours/schedules](https://docs.dixa.io/openapi/dixa-api/beta/business-hours/getbusiness-hoursschedules.md): List business hours schedules in an organization with pagination.
 - [GET /beta/business-hours/schedules/{scheduleId}/definition](https://docs.dixa.io/openapi/dixa-api/beta/business-hours/getbusiness-hoursschedulesscheduleiddefinition.md): Get a business hours schedule definition in an organization by providing its ID.
 - [GET /beta/business-hours/schedules/{scheduleId}/upcoming](https://docs.dixa.io/openapi/dixa-api/beta/business-hours/getbusiness-hoursschedulesscheduleidupcoming.md): Get the resolved business hours schedule for the next number of days, applying recurring rules and exceptions. Each entry in `businessHours` describes one upcoming day (see its `nextDate`). An entry w
 - [GET /beta/business-hours/schedules/{scheduleId}/status](https://docs.dixa.io/openapi/dixa-api/beta/business-hours/getbusiness-hoursschedulesscheduleidstatus.md): Check if a business is open either right now or at the specified timestamp. When the business is open, `closesAt` holds the end of the current open interval and `opensAt` is null. When it is closed, `
