text-widget-public

Resume Widget Session

Return session info and recent messages for widget reload.

TODO: Surface pending ask_user tool calls in the response so the widget can rebuild the question card after a page reload. The data is already persisted in TextMessage.tool_calls (status="pending_user_input") — scan the last assistant message and include a pending_question payload when present.

get/api/v1/public/text-widget/sessions/{session_id}

Path parameters

session_idstring uuid required

Headers

X-Session-Tokenstring required

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.