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

# Viewing Run Log History

> Track schedule performance through execution history, success rates, and comprehensive run logs in Bolt.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

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

<Info>
  For a glossary of Run Configuration terms, refer to [**Viewing Bolt Schedule List**](/products/bolt/managing-schedules/schedule-configurations#viewing-bolt-schedule-list).
</Info>

<Arcade src="https://demo.arcade.software/g43rpHVohJyeV4vpmnta?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Viewing Run Log History" />

### **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 src="https://demo.arcade.software/JO2HwJWj9O3lyB84M5pz?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Viewing Run Log History" />

<Info>
  **Hint**:  Click "Radar" within the "Execution Time History" section to further investigate run log issues.
</Info>

#### Run History&#x20;

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 src="https://demo.arcade.software/e0npxK6qXruGHzKJd8Hc?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Viewing Run Log History" />

<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**](/products/bolt/managing-schedules/analyzing-run-details/index).
</Info>


## Related topics

- [Retrying a Failed Run](/products/bolt/managing-schedules/retrying-a-failed-run.md)
- [Azure DevOps](/products/bolt/ci-cd/turbo-ci/azure-devops.md)
- [BitBucket](/products/bolt/ci-cd/turbo-ci/bitbucket.md)
- [GitLab](/products/bolt/ci-cd/turbo-ci/gitlab.md)
- [Managing Schedules](/products/bolt/managing-schedules/index.md)
