Skip to main content
GET
Listar Mensagens do Chat

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

instanceId
string<uuid>
required
chatId
string
required
cursor
string

Cursor para paginação

limit
integer
default:50
Required range: x <= 100

Response

200 - application/json

Mensagens do chat

messages
object[]
nextCursor
string