Export multi-turn sessions that need replay
Export multi-turn sessions that need replay.
Groups replay-eligible traces by session_id and includes all
turns in each session (including non-replay ones) in chronological
order. This enables the SDK to replay the full conversation with
history accumulation.
Standalone traces (session_id is null) are returned as
single-turn sessions.
Each session includes:
session_id: The session group keyturns: Ordered list of turns withturn_index,trace_id,user_input,original_output, andis_triggerverdict: The worst verdict among trigger turnsagent_name: The agent name
A turn is a trigger if it has a replay-eligible verdict. Non-trigger turns provide context for the agent.
Authorizations
Enter your API key (e.g. dai_sk_test_key_001)
Headers
Query Parameters
Agent to export replay sessions for
Filter trigger turns by verdict
Export format: json or jsonl
Max sessions to return
1 <= x <= 500Cookies
Response
Successful Response