# Viewing Run Log History

Monitor and track your Bolt schedules' performance through a comprehensive view of configurations and historical execution data. This page helps you understand your schedule's overall health and performance patterns.

### Schedule Configurations

The Schedule Overview displays your schedule's key configuration settings, including:

* Schedule timing and frequency
* Associated branch and commit information
* Owner and notification settings
* SLA requirements
* Command configurations

{% hint style="info" %}
For a glossary of Run Configuration terms, refer to [**Viewing Bolt Schedule List**](/app-help/documentation/bolt/managing-schedules/schedule-configurations.md#viewing-bolt-schedule-list).
{% endhint %}

{% @arcade/embed url="<https://app.arcade.software/share/g43rpHVohJyeV4vpmnta>" flowId="g43rpHVohJyeV4vpmnta" %}

### **Run History Overview**

The Run History section provides a visual and detailed breakdown of your schedule's execution performance over time, as well as insights into each individual run log.

#### Execution Time History

A graphical representation of your schedule's performance over the last 30 days, showing success and error rates, execution duration trends, skipped run instances, and total run count.

{% @arcade/embed url="<https://app.arcade.software/share/JO2HwJWj9O3lyB84M5pz>" flowId="JO2HwJWj9O3lyB84M5pz" %}

{% hint style="info" %}
**Hint**: Click "Radar" within the "Execution Time History" section to further investigate run log issues.
{% endhint %}

#### Run History

A detailed list of all schedule executions, including:

* Run ID and status (Success/Error/Skipped)
* Trigger source (Scheduler/Manual)
* Branch and commit information
* Execution timestamp
* Run duration

{% @arcade/embed url="<https://app.arcade.software/share/e0npxK6qXruGHzKJd8Hc>" flowId="e0npxK6qXruGHzKJd8Hc" %}

{% hint style="info" %}
To analyze details for a specific run, select its Run ID from the Run History table. This will take you to the detailed analysis view covered in [**Analyzing Individual Run Details**](/app-help/documentation/bolt/managing-schedules/analyzing-run-details.md).
{% endhint %}


---

# Agent Instructions: 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.paradime.io/app-help/documentation/bolt/managing-schedules/viewing-run-log-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.
