API documentation
get
/api/v1/chat/sessionsLists prior authenticated-user chat sessions with preview text for the chat drawer.
Chat
Parameters
page
query · integer
Optional
pageSize
query · integer
Optional
Responses
- 200Paged session rows with tokens for reopening.application/json
{ "total": 12, "page": 0, "pageSize": 50, "rows": [ { "sessionId": "84663654-d102-4d64-98c6-5f8bbce52858", "sessionToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9…", "createdAt": "2026-07-09T14:00:00Z", "lastMessageAt": "2026-07-09T14:35:00Z", "messageCount": 6, "preview": "Can you compare their performance to bitcoin?" } ] } - 401Caller is not signed in.application/json
{} - 503Chat is disabled on this environment.