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

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

# List conversations

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 conversations"}
>
</Heading>

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



Conversations in one status bucket, filtered and paginated.

`status` defaults to `open`, which also folds in `missed` — a missed call is an
open conversation nobody has picked up, not a separate queue.

Filters combine with AND; repeated values within one filter combine with OR, and
may be sent either repeated (`?label=vip&label=urgent`) or comma-separated
(`?label=vip,urgent`). Two filters take sentinel values:
`assignee_id=unassigned` finds the waiting line, and `team_id=none` finds
conversations no team owns.

Fetching a large `status=resolved` set? Add `created_after` / `created_before`.
Open buckets stay small; the resolved archive does not.

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

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

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

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