APIWidgetWidget HistoryReturn message history for a widget session (public, no auth).GET/widget/history/widget/historySendQueryQuery Parametersbot_idRequiredBot IdBot public IDsession_idRequiredSession IdChat session UUIDcURLJavaScriptGoPythoncurl -X GET "https://api.getchat9.live/widget/history?bot_id=string&session_id=string"200422Successful ResponseResponse{ "session_id": "1ffd059c-17ea-40a8-8aef-70fd0307db82", "messages": [ { "role": "string", "content": "string" } ], "chat_ended": true, "ticket_number": "string", "boundary_indices": [], "conversation_rotated": false }TypeScriptPreviousWidget HealthNextWidget Session Init