---
title: "Listar conversas"
method: GET
path: "/conversations/list/{agentId}"
tags: ["Conversations"]
---

# Listar conversas

`GET /conversations/list/{agentId}`

Lista as conversas associadas a um assistente.

## Path parameters

- `agentId` string, required

## Query parameters

- `page` number
- `size` number
- `createdAtStart` string, date-time
- `feedback` boolean

## Response `200`

Successful response

- object — Página de registros
  - `data` object[], required — Lista de registros da página
    - `id` string, required — Identificador da conversa
    - `title` string, required — Título
    - `agentId` string, required — Identificador do assistente
    - `leadId` string, nullable — Identificador do lead
    - `channelId` string, required — Identificador do canal
    - `platform` 'api' | 'widget' | 'slack', required — Canal
    - `stage` 'identify' | 'operational' — Estágio atual
    - `context` object, required — Contexto adicional
    - `platformUserIdentifier` string, required — Identificador do usuário na plataforma de origem
    - `preview` boolean — Se a conversa foi criada em modo de preview.
    - `summary` string, nullable — Resumo da conversa
    - `status` 'active' | 'finished' — Status
    - `workspaceId` string, required — Identificador do workspace associado
    - `createdAt` string, date-time — Data de criação
    - `updatedAt` string, date-time — Data da última atualização
    - `lead` object, nullable — Dados do lead
      - `id` string, required — Identificador do lead
      - `name` string, nullable — Nome
      - `email` string, nullable — Email
      - `company` string, nullable — Empresa
      - `phone` string, nullable — Telefone
      - `site` string, nullable — Site
  - `meta` object, required — Metadados da página
    - `total` number, required — Total de registros
    - `page` number, required — Número da página atual
    - `size` number, required — Quantidade de registros da página
    - `first` number, required — Primeira página
    - `last` number, required — Última página
    - `next` number, nullable, required — Próxima página
    - `previous` number, nullable, required — Página anterior

## Other responses

- `default` — Error response

## Changes

- **2026-08-31** `33c7da0c3605` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-31T00:02:54.119Z` to `2026-08-31T19:03:08.121Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-31T00:02:54.119Z` to `2026-08-31T19:03:08.121Z` for the status `200`
- **2026-08-31** `0d471dab1abe` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-30T05:01:58.542Z` to `2026-08-31T00:02:54.119Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-30T05:01:58.542Z` to `2026-08-31T00:02:54.119Z` for the status `200`
- **2026-08-30** `194a2377d1f9` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-29T10:01:56.340Z` to `2026-08-30T05:01:58.542Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-29T10:01:56.340Z` to `2026-08-30T05:01:58.542Z` for the status `200`
- **2026-08-29** `174c7f1687b9` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-28T15:02:27.620Z` to `2026-08-29T10:01:56.340Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-28T15:02:27.620Z` to `2026-08-29T10:01:56.340Z` for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/rdstationmentoria/apis/agents/changes/conversations/list/:agentId/get.md)

---

[API](https://skmtc.dev/rdstationmentoria/apis/agents.md) · [All operations](https://skmtc.dev/rdstationmentoria/apis/agents/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rdstationmentoria/agents/revisions/33c7da0c3605/schema)
