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

# Run history

**Flows** → **Executions** lists every run across all your flows, newest first, including single [node tests](/flows/running-and-testing).

## Viewing a run

Each row shows the flow, how the run ended, and when it happened. Filter by status to find the failures, or by execution type to separate full runs from node tests.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/qx-labs/ZJkiVX6zo-84vXkk/images/flows/run-history/executions-list-light.png?fit=max&auto=format&n=ZJkiVX6zo-84vXkk&q=85&s=48deaab7ac24e1b0404b7689d508a8bf" alt="The Executions list showing past runs with their status and timestamps" width="1919" height="949" data-path="images/flows/run-history/executions-list-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/qx-labs/ZJkiVX6zo-84vXkk/images/flows/run-history/executions-list-dark.png?fit=max&auto=format&n=ZJkiVX6zo-84vXkk&q=85&s=51503a760af927b561bc7c0b704d8401" alt="The Executions list showing past runs with their status and timestamps" width="1919" height="949" data-path="images/flows/run-history/executions-list-dark.png" />
</Frame>

Click any run to open it in the builder with that run's results loaded, node by node, in the same **Progress** and **Output** panes you see during a live run. This is the quickest way to work out why a scheduled or triggered run did not do what you expected.

If the run used an older version of the flow, you get that version on the canvas with a banner telling you it is outdated. Click **View Latest Version** to return to your current flow.
