<!-- נוצר אוטומטית ממקור התיעוד הקנוני של Teloring. אין לערוך קובץ זה. -->

עמוד קנוני: https://docs.teloring.com/he/api/list-business-hours
עודכן לאחרונה: 2026-08-20T20:52:05.000Z

# List business-hours schedules

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"List business-hours schedules"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/business-hours"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Every named schedule, with the holidays that will next close it.

Schedules are what Studio branches on and what reports use to separate "slow
reply" from "out of hours".

**Scope:** `business_hours`

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./list-business-hours.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./list-business-hours.StatusCodes.json")}
>
  
</StatusCodes>
