Request to get the multi-turn chat view for a conversation.
Maximum number of conversation turns to return.
Number of most-recent turns to skip. Results are returned in chronological order within the selected page.
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.