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

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

# Queue counts

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={"Queue counts"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/conversations/counts"}
  context={"endpoint"}
>
  
</MethodEndpoint>



The numbers behind the inbox sidebar badges, in one call.

`assigned` counts open conversations with a human owner — the console shows a
per-agent "Mine" badge, which has no meaning for a machine credential.

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./conversation-counts.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./conversation-counts.StatusCodes.json")}
>
  
</StatusCodes>
