get_run_logs
Retrieve the chronological event log for a completed agent run, showing every action taken and result returned.
Instructions
Fetch the full event log for a completed run in chronological order.
Returns every event (start, tool_call, memory_access, completion, error, …) so you can see exactly what the agent did and what it returned.
Args:
agent_id: The agent's UUID.
execution_id: The execution UUID returned by run_agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| execution_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |