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

# Journey Runs

If you click on a journey name in the **Journey Dashboard**, you’ll access the **Journey Runs** tab.\
This tab is your debugging and analytics hub  it logs every execution of a journey, helping you track performance and troubleshoot issues.

<Frame>
  <img src="https://mintcdn.com/chatzyai/s2X9rP1VINLjKewM/journey/runs.png?fit=max&auto=format&n=s2X9rP1VINLjKewM&q=85&s=fa289a8f440ef013e01342af23b93d4e" alt="journey-runs" className="rounded-lg" width="1718" height="988" data-path="journey/runs.png" />
</Frame>

***

### Journey Runs List

The main table provides a summary of each journey execution:

| Column         | Description                                                                 |
| -------------- | --------------------------------------------------------------------------- |
| **Contact**    | The name or number of the contact who started the journey.                  |
| **State**      | The current status of the journey (e.g., `completed`, `waiting`, `failed`). |
| **Last Step**  | The most recent trigger or action executed.                                 |
| **Version**    | The version of the journey that was run.                                    |
| **Created at** | When the journey started.                                                   |
| **Updated at** | When the last step was completed.                                           |

***

### Steps Completed

Clicking on a specific journey run opens a detailed view:

<Columns cols={2}>
  <Frame>
    <img src="https://mintcdn.com/chatzyai/MX1SVXPZsEtGzmR0/journey/runs3.png?fit=max&auto=format&n=MX1SVXPZsEtGzmR0&q=85&s=af29927b45d3287054efb8e57bd91198" alt="journey-runs" className="rounded-lg" width="356" height="509" data-path="journey/runs3.png" />
  </Frame>

  <Frame>
    <img src="https://mintcdn.com/chatzyai/MX1SVXPZsEtGzmR0/journey/runs2.png?fit=max&auto=format&n=MX1SVXPZsEtGzmR0&q=85&s=b3064bc50068666d936fcb1749808ae3" alt="journey-runs" className="rounded-lg" width="355" height="402" data-path="journey/runs2.png" />
  </Frame>
</Columns>

* **Steps Completed** – A sequential log of every trigger and action executed.
* **Variables** – Expanding a step reveals all variables created and used.\
  It shows all the data that was available for the previous action to use in the form of a Python dictionary. This dictionary holds all the variables created inside the journey, and you can later use them throughout your flow.

### Error Reporting

The **Journey Runs** page not only tracks successful executions but also provides clear visibility into any errors that occur. This is a critical feature for debugging and ensuring your flows run smoothly.

* **Error Message Display**: If a journey fails to complete, an error message is displayed at the bottom of the "Steps Completed" list. The message will specify that the workflow did not complete and will provide the exact error that occurred.<br /> E.g. In the screenshot, the error is `Error executing workflow: 'champ_status'`.
* **Debugging**: You can use this error message to quickly identify the problematic step in your journey. By expanding the steps, you can examine the variables and fix the issue.

This clear error reporting makes it easy to monitor your journeys and correct any problems that prevent them from running successfully.
