<!-- Generated from the canonical Teloring documentation source. Do not edit this file. -->

Canonical page: https://docs.teloring.com/api/list-notifications
Last modified: 2026-08-20T20:52:05.000Z

# List an agent's notifications

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 an agent's notifications"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/agents/{agent_id}/notifications"}
  context={"endpoint"}
>
  
</MethodEndpoint>



The notifications in one agent's bell, newest first.

Reading this **never marks anything as read**. In the console, opening the bell
is a human deciding they have seen something; a background job polling for new
items must not clear that badge out from under the person it belongs to.

`meta.unread_count` carries the badge number alongside the page.

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

<ParamsDetails
  {...require("./list-notifications.ParamsDetails.json")}
>
  
</ParamsDetails>

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

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