---
title: "List contact conversations"
method: GET
path: "/s2s/contacts/{userId}/conversations"
tags: ["S2S Contacts"]
---

# List contact conversations

`GET /s2s/contacts/{userId}/conversations`

List the contact's conversations, most recent activity first.
Bot-only conversations without human interaction are hidden — exactly the
widget's conversation list.

## Path parameters

- `userId` string, required

## Query parameters

- `cursor` string
- `limit` number, double

## Response `200`

Ok

- object
  - `next_cursor` string, nullable, required
  - `has_more` boolean, required
  - `items` S2SConversation[], required
    - `id` string, required
    - `number` number, double
    - `title` string
    - `type` string
    - `status` string
    - `closed` boolean, required
    - `archived` boolean, required
    - `unread` boolean, required
    - `workflowActive` boolean, required
    - `workflowId` string
    - `assignee` S2SAuthor
      - `type` 'contact' | 'agent' | 'bot' | 'system', required
      - `id` string
      - `name` string
      - `avatar` string
    - `attributes` RecordStringUnknown — Construct a type with a set of properties K of type T
    - `contact` object
      - `userId` string
    - `latestMessage` S2SMessage
      - `id` string, required
      - `conversationId` string, required
      - `text` string
      - `author` S2SAuthor, required
        - `type` 'contact' | 'agent' | 'bot' | 'system', required
        - `id` string
        - `name` string
        - `avatar` string
      - `attachments` S2SAttachment[], required
        - `url` string, required
        - `name` string
        - `contentType` string
      - `replyToMessageId` string
      - `rating` string
      - `unread` boolean, required
      - `createdAt` string, date-time, required
    - `createdAt` string, date-time
    - `lastActivityAt` string, date-time

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/revisions/93af2e90fb6a/schema)
