The Logs page is where you investigate what happened during Flow and Agent executions. Every execution produces a log entry with a step-by-step breakdown you can drill into.
Click any row in the Logs list to open the execution detail view:
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.
Use search and filters to find specific executions in your log history.
Use the search bar to find executions by keywords in the execution data, including Record metadata and step outputs.
Toggle Live in the Logs view to see new executions appear as they start and complete. This is useful when testing a Flow or monitoring a scheduled batch run.
Live mode automatically pauses when you scroll up to review older entries and resumes when you scroll back to the bottom.
Use the export action to download log data as JSON. Exports include the execution metadata, step details, and timing information for each entry in your current filtered view.
When a Flow or Agent execution fails, logs show you exactly which step caused the failure and why.
Open a failed execution and look for the step marked with an error status in the timeline. The step inspector shows the error message and the input that caused the failure.
After fixing the issue, re-run the Flow manually from the Flows page or wait for the next scheduled execution if the Flow is on a Schedule.