Skip to main content
Returns a paginated list of chat conversations, sorted by most recent activity. Results are returned 20 per page.
string
required
Bearer token obtained from the authenticate endpoint.
integer
default:"1"
Page number (1-based). Values less than 1 are treated as 1.

Response

array
required
List of chat conversations for the requested page.
integer
required
Total number of chats across all pages.
integer
required
Current page number.
integer
required
Number of chats per page (currently 20).
boolean
required
Whether additional pages exist beyond the current page.