> For the complete documentation index, see [llms.txt](https://docs.erathos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.erathos.com/platform/runs-history.md).

# Runs history

You can view detailed information about completed job executions by navigating to the **"Runs"** tab of the desired connection or on the **"Runs"** page through the navbar on the left.

#### Steps to Access Execution Details:

1. **Open the "Runs" page**:
   * Click on the **"Runs"** page to view a list of all executions.
2. **Filter Executions**:
   * Use filters to narrow down the list by:
     * **Job Name**
     * **Connection**
     * **Execution Status** (e.g., success, failure)
     * **Date Range.**
3. **View Execution Details**:
   * Click on a specific execution from the list.
   * A side panel will appear, showing additional information such as execution logs, timestamps, metrics, and any errors encountered.

This feature allows you to efficiently track, analyze, and debug job executions, ensuring smoother data workflows.

{% embed url="<https://www.tella.tv/video/vid_cmmaphyw6022604jxbr7fg5j3/embed?a=0&b=0&loop=0&muted=0&o=0&t=0&title=0&wt=0>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.erathos.com/platform/runs-history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
