Genai Conversation Chat
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
Request to get the multi-turn chat view for a conversation.
Maximum number of conversation turns to return.
0 <= x <= 50Number of most-recent turns to skip. Results are returned in chronological order within the selected page.
x >= 0Response
Successful Response
Multi-turn chat view: an ordered list of per-turn chat responses.
Each entry in turns corresponds to one trace_id, which Weave treats as
one conversation turn. This is not necessarily one invoke_agent span:
a turn can contain zero, one, or many agent invocations. The frontend can
render turn-number dividers between entries and still reuse
AgentTraceChatRes rendering for each individual turn.