Chat
Retrieve the list of chats
GET
/
api
/v1
/chat
/list
Authorization
Authorization
Required<token>
Please enter a valid access token
In: header
Query Parameters
spaceId
string
Specify the space ID of the chats to retrieve from
Default:
""
limit
integer
The maximum number of chats to retrieve
Default:
10
Format: "int32"
offset
integer
The number of chats to skip
Default:
0
Format: "int32"
OK