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

# Run History

> Fastest way to search, filter, and debug past CI runs on Blacksmith runners

<img src="https://mintcdn.com/blacksmith/RMBIa5U5GnHQ2Ykn/images/history/job-view.png?fit=max&auto=format&n=RMBIa5U5GnHQ2Ykn&q=85&s=748636c9d7ce0f4a1d1b859f8c975b7a" alt="Job view interface" height="250" className="rounded-lg" data-path="images/history/job-view.png" />

## Overview

The Run History page is your central hub for searching, filtering, and debugging all CI workflows and jobs
across Blacksmith runners.

Whenever you’re tracking down who introduced a bug or checking whether a recent change caused a
failure, the Run History page helps you find answers quickly.

## Basics

Go to the **Workflow/Jobs** page and click on a job run to see its details. From there, you can
view logs, compare runs, review metrics, and more.

### Logs

<img src="https://mintcdn.com/blacksmith/RMBIa5U5GnHQ2Ykn/images/history/logs-view.png?fit=max&auto=format&n=RMBIa5U5GnHQ2Ykn&q=85&s=c75da4e2499d2d3e5f720e0a1952bce4" alt="Logs view interface" height="250" className="rounded-lg" data-path="images/history/logs-view.png" />

You can search and filter logs using the dedicated log search bar. This is a much snappier
experience than GitHub’s log search.

#### Global log search

<img src="https://mintcdn.com/blacksmith/RMBIa5U5GnHQ2Ykn/images/history/global-log-search.png?fit=max&auto=format&n=RMBIa5U5GnHQ2Ykn&q=85&s=c764f1848087061b52ab8c66e0614d89" alt="Global log search interface" height="250" className="rounded-lg" data-path="images/history/global-log-search.png" />

If you want to see when a particular log line (e.g., an error) first appeared, you can select
that log line and search for it globally across your entire CI pipeline.

To learn more about how this works, check out our [logs page](/blacksmith-observability/logs).

### Metrics

<img src="https://mintcdn.com/blacksmith/9lfaw4RVP-8ff6o-/images/history/metrics-view.png?fit=max&auto=format&n=9lfaw4RVP-8ff6o-&q=85&s=4b6d71ef4d0beeac0b3076f61234e2de" alt="Metrics view interface" height="250" className="rounded-lg" data-path="images/history/metrics-view.png" />

You can view metrics from the machine running the job.

To learn more, check out our [metrics page](/blacksmith-observability/metrics).

## Pricing

There is no additional cost for using this feature. For all other pricing, please visit our [pricing page](https://www.blacksmith.sh/pricing).

## FAQ

<AccordionGroup>
  <Accordion title="I can't find my job run. Where is it?">
    Only job runs on Blacksmith runners are visible in the Run History page.
  </Accordion>
</AccordionGroup>
