Português (BR)
cURL
curl --request GET \ --url https://api.meuassistente.rdstationmentoria.com.br/rest/conversations/list/{agentId} \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "title": "<string>", "agentId": "<string>", "channelId": "<string>", "platform": "api", "context": {}, "platformUserIdentifier": "<string>", "workspaceId": "<string>", "leadId": null, "stage": "identify", "preview": false, "summary": null, "status": "active", "createdAt": "2025-11-26T20:01:11.930Z", "updatedAt": "2025-11-26T20:01:11.930Z", "lead": null } ], "meta": { "total": 123, "page": 123, "size": 123, "first": 123, "last": 123, "next": 123, "previous": 123 } }
Lista as conversas associadas a um assistente.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Identificador do assistente
Número da página
x >= 1
Tamanho da página
1 <= x <= 100
Data de criação
Successful response
Página de registros
Lista de registros da página
Mostrar atributos filhos
Metadados da página