get_agent_trace
Replay the exact sequence of tool calls an agent executed in a session, with names, arguments, and status per step.
Instructions
The ordered sequence of tool calls for one session -- each entry {name, args, status}.
Use to replay what the agent actually did, in execution order; use get_tool_metrics for aggregate counts.
session_id: id from get_recent_sessions / record_session.
Returns [] for an unknown or non-owned session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |