ListChats
Chat
List Chats
List chats with optional filtering and pagination
POST
ListChats
v2 available: See GET /v2/chats for the REST-native version of this endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Define the version of the Connect protocol
Available options:
1 Define the timeout, in ms
Body
application/json
Whether to return only the user's chats (true) or all org chats (false)
Filter chats by summary or first message content
Maximum number of chats to return
Required range:
x >= 0Number of chats to skip
Required range:
x >= 0Sort field (0: unknown, 1: name, 2: created_at, 3: updated_at)
Available options:
0, 1, 2, 3 Sort direction (0: unknown, 1: asc, 2: desc)
Available options:
0, 1, 2