> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noclick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Execution logs

> Review every run of a workflow, filter and search them, and replay any run on the canvas.

Open the **Logs** tab in the top bar (shortcut `L`) to see the workflow's run history.

## The run list

Each row shows the run's status, what triggered it, its message, when it ran, and how long it took.

| Column            | Values                                                              |
| ----------------- | ------------------------------------------------------------------- |
| Status            | **Success**, **Error**, **Running**, **Waiting**                    |
| Trigger           | **Manual**, **Schedule**, **Webhook**, **Email**, **Form**, **API** |
| Message           | The run's result or error message                                   |
| Time and duration | When it started and how long it took                                |

Filter chips above the list narrow by status or trigger and show a count for each; the search box ("Search error messages") finds runs by error text. The list scrolls infinitely through older runs.

<Frame caption="The Logs tab with filter chips and the run list.">
  <img src="https://mintcdn.com/noclickinc/S0vAQNsUH_SVp_WL/images/editor/execution-logs-1.png?fit=max&auto=format&n=S0vAQNsUH_SVp_WL&q=85&s=56b8be3d9f55b42339ca6842a3081d05" alt="Execution logs list with filters" width="2880" height="1800" data-path="images/editor/execution-logs-1.png" />
</Frame>

<Note>
  Runs are retained for 14 days or the most recent 25,000 runs per workflow, whichever limit is reached first.
</Note>

## Replaying a run

Click any run row and the canvas renders that execution's exact graph snapshot, read-only, under an amber "Viewing execution run" banner. This is the graph as it was when the run happened, even if you've edited the workflow since.

In replay mode:

* Nodes carry success or error rings showing how each step ended.
* Click a node to see the inputs it received and the output it produced.
* Agent runs show a tool calls panel listing each tool call with its arguments, result, and duration.

Click **Exit replay** to return to the live canvas, or press `L` to jump back to the list and pick another run.

<Frame caption="Replaying a past run: read-only snapshot with per-node results.">
  <img src="https://mintcdn.com/noclickinc/S0vAQNsUH_SVp_WL/images/editor/execution-logs-2.png?fit=max&auto=format&n=S0vAQNsUH_SVp_WL&q=85&s=6799d328b4e7f7583094e2efb338f017" alt="Replay mode with the amber banner and node result rings" width="2880" height="1800" data-path="images/editor/execution-logs-2.png" />
</Frame>

## Next steps

<CardGroup cols={2}>
  <Card title="Running and testing" href="/editor/running-and-testing">
    Run nodes individually while you build.
  </Card>

  <Card title="Error handling" href="/logic/error-handling">
    Route failures down dedicated branches.
  </Card>
</CardGroup>
