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

# History

> View and filter execution history of previously run tasks throughout the orchestration section.

The **History** page provides a centralized record of all previously executed solutions.\
It enables monitoring of execution activity, reviewing of outcomes, and filtering of results to support faster troubleshooting.

***

## 📌 Overview

The **History page** provides the following capabilities:

* View a list of all previously run solutions

<img className="block h-96 dark:hidden" src="https://mintcdn.com/cloudred/AQSK3WOPlgyaBGvE/orchestration/orchestration-images/history-table-dark.png?fit=max&auto=format&n=AQSK3WOPlgyaBGvE&q=85&s=f198bf253eb6bb6fb5d6621201179f32" width="1920" height="1080" data-path="orchestration/orchestration-images/history-table-dark.png" />

<img className="hidden h-96 dark:block" src="https://mintcdn.com/cloudred/AQSK3WOPlgyaBGvE/orchestration/orchestration-images/history-table-dark.png?fit=max&auto=format&n=AQSK3WOPlgyaBGvE&q=85&s=f198bf253eb6bb6fb5d6621201179f32" width="1920" height="1080" data-path="orchestration/orchestration-images/history-table-dark.png" />

* Track execution details such as platform, status, and timestamp

* Detail panel shows the executed task result

<img className="block h-96 dark:hidden" src="https://mintcdn.com/cloudred/AQSK3WOPlgyaBGvE/orchestration/orchestration-images/history-table-detail-panel-dark.png?fit=max&auto=format&n=AQSK3WOPlgyaBGvE&q=85&s=9e6cc791697c1612e382fe0ce03507b4" width="1920" height="1080" data-path="orchestration/orchestration-images/history-table-detail-panel-dark.png" />

<img className="hidden h-96 dark:block" src="https://mintcdn.com/cloudred/AQSK3WOPlgyaBGvE/orchestration/orchestration-images/history-table-detail-panel-dark.png?fit=max&auto=format&n=AQSK3WOPlgyaBGvE&q=85&s=9e6cc791697c1612e382fe0ce03507b4" width="1920" height="1080" data-path="orchestration/orchestration-images/history-table-detail-panel-dark.png" />

* Filter results to focus on **successful** or **failed** tasks

<img className="block h-96 dark:hidden" src="https://mintcdn.com/cloudred/koMaGrKIt_v1XVcy/orchestration/orchestration-images/successful-history-task-dark.png?fit=max&auto=format&n=koMaGrKIt_v1XVcy&q=85&s=1e2f40ba3b40eb64406fcea4118843b0" width="1920" height="1080" data-path="orchestration/orchestration-images/successful-history-task-dark.png" />

<img className="hidden h-96 dark:block" src="https://mintcdn.com/cloudred/koMaGrKIt_v1XVcy/orchestration/orchestration-images/successful-history-task-dark.png?fit=max&auto=format&n=koMaGrKIt_v1XVcy&q=85&s=1e2f40ba3b40eb64406fcea4118843b0" width="1920" height="1080" data-path="orchestration/orchestration-images/successful-history-task-dark.png" />

<img className="block h-96 dark:hidden" src="https://mintcdn.com/cloudred/AQSK3WOPlgyaBGvE/orchestration/orchestration-images/failed-history-task-dark.png?fit=max&auto=format&n=AQSK3WOPlgyaBGvE&q=85&s=62391e31aeb44ade864d2bf2645fb906" width="1920" height="1080" data-path="orchestration/orchestration-images/failed-history-task-dark.png" />

<img className="hidden h-96 dark:block" src="https://mintcdn.com/cloudred/AQSK3WOPlgyaBGvE/orchestration/orchestration-images/failed-history-task-dark.png?fit=max&auto=format&n=AQSK3WOPlgyaBGvE&q=85&s=62391e31aeb44ade864d2bf2645fb906" width="1920" height="1080" data-path="orchestration/orchestration-images/failed-history-task-dark.png" />

* Quickly identify patterns in execution outcomes

***

## 📋 History Table

The table displays a log of solution executions with the following columns:

| Column        | Description                                        |
| ------------- | -------------------------------------------------- |
| **Solution**  | The name of the solution that was executed         |
| **Platform**  | The platform or environment where the solution ran |
| **Status**    | Execution status — *Successful* or *Failed*        |
| **Timestamp** | Date and time when the solution was run            |

***

## 🔍 Filtering Results

Use filters to refine the table:

* **Successful** → Shows only solutions that completed without errors
* **Failed** → Shows only solutions that encountered errors

This makes it easy to separate working runs from those requiring investigation.
