דילוג לתוכן הראשי

List conversations

GET 

/conversations

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.

Request

Responses

Conversations returned.

Response Headers
    X-Request-Id

    Correlation id for this request. Quote it when reporting a problem.