Viewing execution logs
Open any log entry to see a step-by-step breakdown of the execution. Each step shows its input, output, duration, and status so you can trace exactly what happened during a Flow or Agent run.
Execution detail view
Click a row in the Logs list to open the execution detail. The detail view shows:
- Timeline — each step in execution order with status indicators and duration.
- Step inspector — select a step to see its full input, output, and configuration.
- Token usage — for prompt steps, the number of input and output tokens consumed.
Reading agent executions
Agent logs show each iteration of the agent loop, including tool calls, tool results, and the agent’s reasoning at each turn. This helps you understand why the agent chose specific tools and how it arrived at its final response.