> ## 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.

# Schedule Details

> Open a Bolt schedule to see its configuration, pipeline graph, run statistics, and full run history, and to run, edit, or clone it.

Open a schedule from the [Schedules list](/products/bolt/managing-schedules/index) to see its configuration, pipeline, run statistics, and full run history.

## Overview

The header shows the schedule name, its latest status, and when it last ran. A metadata row shows the **Git branch**, **trigger**, **cron**, **owner**, **integrations**, **SLA**, and **self-healing**.

Actions (subject to your permissions):

* **Run** triggers a manual run.
* **Edit** changes the schedule's configuration. See [Schedule Anatomy](/products/bolt/creating-schedules/trigger-types).
* **Clone** duplicates the schedule as a starting point for a new one.

## Pipeline

The pipeline shows the schedule's commands. Switch between:

* **Graph** — the commands and their order.
* **Timeline** — the commands over time.

**Go to Radar** opens the schedule in [Radar](/products/radar/index) for cost and performance monitoring. The stats panel shows the **Success %**, **Errors**, and total **Runs**.

## Trigger a run manually

Click **Run** to start a run immediately, regardless of the schedule's trigger. Manual runs appear in the run history like any other run.

## Run history

The **Run history** table lists every run of the schedule:

| Column              | Description                                                  |
| ------------------- | ------------------------------------------------------------ |
| **Status**          | Success or Error.                                            |
| **Trigger**         | What started the run (Manual, Scheduled, and so on) and who. |
| **Branch & commit** | The Git branch and commit the run used.                      |
| **Last run**        | When the run started.                                        |
| **Duration**        | How long the run took.                                       |
| **Run ID**          | The run's unique ID.                                         |

Click a run to open its [run details](/products/bolt/managing-schedules/run-details).


## Related topics

- [Viewing Run History and Analytics](/guides/paradime-101/running-dbt-in-production-with-bolt/viewing-run-history-and-analytics.md)
- [Debugging Failed Runs](/guides/paradime-101/running-dbt-in-production-with-bolt/debugging-failed-runs.md)
- [Bolt API](/developers/graphql-api/api-reference/bolt-api.md)
- [Models Dashboard](/products/radar/dbt-monitoring/models-dashboard.md)
- [Run Details](/products/bolt/managing-schedules/run-details.md)
