Skip to main content
GET
List the messages of a chat

Authorizations

x-api-key
string
header
required

Path Parameters

chatId
string
required
Minimum string length: 1

Query Parameters

[limit]
integer

How many records to return, at most 100.

Required range: 1 <= x <= 100
[offset]
integer

How many records to skip.

Required range: x >= 0
[project]
string

Comma-separated list of fields to return, e.g. id,createdAt.

Minimum string length: 1
[with]
string

Comma-separated list of relations to populate.

Minimum string length: 1
[logic]
enum<string>

How to combine the filters. Defaults to AND.

Available options:
AND,
OR

Response

Success

data
object[]
required
hasMore
boolean
required
limit
number
required
offset
number
required
total
number
required