Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET https://api.thinnest.ai/v2/chats \ -H "Authorization: Bearer $THINNESTAI_API_KEY"
{ "chats": [ { "id": "sess_abc123", "agent_id": 5, "name": "Sales inquiry", "source": "dashboard", "message_count": 12, "created_at": "2026-03-25T10:00:00Z", "updated_at": "2026-03-25T10:15:00Z" } ], "total": 1 }
Retrieve all chat sessions for the authenticated user.
200
401