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

# Reviewing m3sh Workflow Runs

m3sh Workflow runs are logged by date and time and listed in the m3ter Console. This topic explains how to view all runs performed for a m3sh Workflow and how to open individual Workflows and review run log details:

* [Viewing Workflow Runs](/guides/m3sh-automation/reviewing-m3sh-workflow-runs#viewing-workflow-runs)
* [Reviewing Workflow Run Logs](/guides/m3sh-automation/reviewing-m3sh-workflow-runs#reviewing-workflow-run-logs)

## Viewing Workflow Runs

From the *Workflow details* page, you can view the ten most recent runs for a Workflow or open the *Runs* page and view all runs.

**To view m3sh Workflow runs:**

1. Select **Integrations**. The **Integrations** page opens.
2. Select **Workflows**:

<img src="https://mintcdn.com/m3ter/YaytJAurDAHM7NoM/images/1765542698-m3shautomation5.png?fit=max&auto=format&n=YaytJAurDAHM7NoM&q=85&s=b0b51b48ba94a8c2317523bb15f3f919" style={{ maxWidth:"min(110px, 100%)" }} width="130" height="54" data-path="images/1765542698-m3shautomation5.png" />

The **Workflows** page opens.

3. Select the **Name** hotlink text of the Workflow whose runs you want to view. The **Workflow details** page opens.
4. Scroll down the page to the **Latest workflow runs** panel:

<Frame>
  <img src="https://mintcdn.com/m3ter/NA_PH4O6-7URBl34/images/M3shAutomation143.png?fit=max&auto=format&n=NA_PH4O6-7URBl34&q=85&s=e46beb031753097b2396e3461d858b64" alt="M3sh Automation143" width="1157" height="227" data-path="images/M3shAutomation143.png" />
</Frame>

Workflow runs are designated and tracked using the UTC date/time the run was started. The **Latest workflow runs** panel lists the ten most recent runs in descending order of start time, and for each run listed you can:

* Read-off the **Start time**, **Trigger**, and **Status**.
* You can select the **Start time** hotlink text to open the details page for an individual run - see the [following section](#reviewing-workflow-run-logs).

5. Select **View all**. The **Runs** page for the Workflow opens:

<img src="https://mintcdn.com/m3ter/NA_PH4O6-7URBl34/images/M3shAutomation144.png?fit=max&auto=format&n=NA_PH4O6-7URBl34&q=85&s=339ee7611965fc466bcf7a65265c1c4a" alt="M3sh Automation144" width="1140" height="257" data-path="images/M3shAutomation144.png" />

* Note that you can filter the **Runs** list by **Status**, and by default **All statuses** are shown.

<Tip>
  **Tip: Accessing Workflow runs?** Depending on the Workflow set up, there can be other ways to access and review Workflow runs:

  * If a Workflow uses a Notification rule as its trigger, you'll be able to open runs from the **Notification rule details** page.
  * If a Workflow is associated with another m3ter entity - such as a Bill or an Account - then you'll be able to access runs from the entity details page - such as **Bill details**. The metadata card for an entity will also show hotlink texts you can use to open runs.
</Tip>

## Reviewing Workflow Run Logs

From the *Workflow details* page, you can quickly open an individual m3sh Workflow run and review detailed run logs on a step-by-step basis.

**To review individual m3sh Workflow run logs:**

1. Select **Integrations**. The **Integrations** page opens.
2. Select **Workflows**
3. Select the **Name** hotlink text of the Workflow whose run you want open and review logs for. The **Workflow details** page opens.
4. Scroll down the page to the **Latest workflow runs** panel. The ten most recent Workflow runs are listed:

* If the Workflow run you want to review run logs for is listed, select the **Start time** hotlink text of the run. The Workflow **Run details** page opens.
* If the Workflow run you want to review run logs for is not listed, select **View all**. The **Runs** page opens listing all Workflow runs. Select the **Start time** hotlink text of the run you want to open and review. The Workflow **Runs** page opens:

<img src="https://mintcdn.com/m3ter/xChQSKDLGTk1e3ps/images/M3shAutomation154.png?fit=max&auto=format&n=xChQSKDLGTk1e3ps&q=85&s=80eeacc59526db4e943fd99a4ce2a195" alt="M3sh Automation154" width="1359" height="773" data-path="images/M3shAutomation154.png" />

* The **Start time** and **Status** of the run are shown.
* You can use the controls to zoom in/out or fit to view.

5. If you want to inspect the log details for a specific step, select the details icon for the step. For example, for the Workflow **Start**:

<img src="https://mintcdn.com/m3ter/xChQSKDLGTk1e3ps/images/M3shAutomation155.png?fit=max&auto=format&n=xChQSKDLGTk1e3ps&q=85&s=a6976c71a25f4bd6177f8d83926d83e3" alt="M3sh Automation155" width="1348" height="769" data-path="images/M3shAutomation155.png" />

The log details for the selected step that was performed in the Workflow run are loaded into the right-hand side of the **Run log** panel:

* In this case, the JSON returned for the `billing.balanceamount.updated` Event that triggered the Workflow run is loaded.
* Similarly, you can review the log details for a functional step performed in the Workflow run:

<img src="https://mintcdn.com/m3ter/xChQSKDLGTk1e3ps/images/M3shAutomation156.png?fit=max&auto=format&n=xChQSKDLGTk1e3ps&q=85&s=1555fce35db241ca824ca8343fee5350" alt="M3sh Automation156" width="1345" height="768" data-path="images/M3shAutomation156.png" />

* In this case, the **HTTP REQUEST** performed by a **m3ter API** function is shown and you can expand the call to inspect the **Request** and **Response** JSON.
