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

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

# Get notification settings

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={"Get notification settings"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/agents/{agent_id}/notification-settings"}
  context={"endpoint"}
>
  
</MethodEndpoint>



How this agent is notified, plus the values each setting accepts.

`channels` are the delivery routes (sound, email, push, bell) and `events` are
what can trigger one. `available_channels`, `available_events` and
`available_sounds` list what this build supports, so you never have to hardcode
them.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./get-notification-settings.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./get-notification-settings.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./get-notification-settings.StatusCodes.json")}
>
  
</StatusCodes>
