Preview trace-to-eval capture for a run
Preview trace-to-eval capture for a run
Dry-run of POST /eval/suites/{id}/cases/from-execution: reconstructs the agent execution exactly as capture would (same reader, same message math) and returns its recorded actions with the fork index each one maps to, plus whether the case would be fully replayable. Reads only — nothing is written. Restricted to agent executions the caller owns.
Authentication
Path parameters
Response
The recorded tool-call actions in invocation order — the fork-picker rows.
The fork the server uses when forkMessageIndex is omitted: just before the last recorded action, or the end of the seed for a run with no tool calls.
Length of the full reconstructed history (seed messages + one call/result pair per action).
True when every recorded tool output would be captured in full (nothing truncated).