Skip to main content
When the shopper refreshes the page, fetch the conversation and rebuild the chat. GET /v1/conversations/{id} returns metadata plus one page of messages. The first page is the most recent messages, so a refresh lands where they left off. Pass cursor to load older history. This call is free. A client token can only read its own conversation. History is saved when a turn finishes — a failed turn does not add an assistant message.
items are the same user and assistant messages you streamed — text and tool parts with product cards. See messages and parts for how to render them.