View a specific run in a project ↗
noSummary: Learn how to view a specific logged run and its properties using the W&B App or the LEET terminal UI.
Original Documentation
Documentation Index#
Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt Use this file to discover all available pages before exploring further.
Learn how to view a specific logged run and its properties using the W&B App or the LEET terminal UI.
View information about a specific run, such as its current state, artifacts, metrics, and more.
View a logged run#
You can view and monitor runs using the W&B App or the wandb beta leet terminal UI.
To view a specific run in the W&B App:
- Navigate to the W&B App.
- Navigate to the W&B project you specified when you initialized the run.
- Within the project sidebar, select the Workspace tab.
- Within the run selector, click the run you want to view, or enter a partial run name to filter for matching runs.
Alternatively, you can directly access a specific run’s workspace by entering its URL in your browser. The URL path of a specific run has the following format:
https://wandb.ai/<team-name>/<project-name>/runs/<run-id>
```
Replace values enclosed in angle brackets (`< >`) with the actual values of the team name, project name, and [run ID](/models/runs/run-identifiers#run-id).
Explore the run's properties by navigating through the tabs: [Overview](/models/runs/view-logged-runs#overview), [Logs](/models/runs/view-logged-runs#logs), [Files](/models/runs/view-logged-runs#files), [Code](/models/runs/view-logged-runs#code), and [Artifacts](/models/runs/view-logged-runs#artifacts).
<span class="tab-end"></span>
<span class="tab-start" data-tab-title="LEET"></span>
To view a run locally in your terminal using the `wandb beta leet` terminal UI:
1. If you started the run locally from a script, navigate to the directory where you ran your code. It contains a `wandb/` directory with a subdirectory per run and a `latest-run/` symbolic link. Each run directory contains a transaction log named in the format `run-<run-ID>.wandb`.
If you did not start the run locally but downloaded a `.wandb` transaction log file instead, make a note of its location.
2. Start `wandb beta leet` using one of these commands:
```bash
# View the latest run, stored in ./wandb/latest-run/
wandb beta leet
# Specify a run directory
wandb beta leet ./wandb/run-20250813_124246-n67z9ude
# Specify a .wandb file
wandb beta leet ./wandb/run-20250813_124246-n67z9ude/run-n67z9ude.wandb
```
<img src="https://mintcdn.com/wb-21fd5541/0773RQ2EQ0O9rvlT/images/leet/leet-tui.png?fit=max&auto=format&n=0773RQ2EQ0O9rvlT&q=85&s=56dfaaaeb3c13bb4b68da59e05c87305" alt="Screenshot demonstrating viewing a run in the LEET terminal UI" data-og-width="3450" width="3450" data-og-height="2038" height="2038" data-path="images/leet/leet-tui.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/wb-21fd5541/0773RQ2EQ0O9rvlT/images/leet/leet-tui.png?w=280&fit=max&auto=format&n=0773RQ2EQ0O9rvlT&q=85&s=3e9cf7741d508a601bc1c780ab446082 280w, https://mintcdn.com/wb-21fd5541/0773RQ2EQ0O9rvlT/images/leet/leet-tui.png?w=560&fit=max&auto=format&n=0773RQ2EQ0O9rvlT&q=85&s=87e8679065fe79a554070664677174bf 560w, https://mintcdn.com/wb-21fd5541/0773RQ2EQ0O9rvlT/images/leet/leet-tui.png?w=840&fit=max&auto=format&n=0773RQ2EQ0O9rvlT&q=85&s=facd1436ce36b988acd7d75acf577c4e 840w, https://mintcdn.com/wb-21fd5541/0773RQ2EQ0O9rvlT/images/leet/leet-tui.png?w=1100&fit=max&auto=format&n=0773RQ2EQ0O9rvlT&q=85&s=bf5443e11e4e4e54d81104032a600600 1100w, https://mintcdn.com/wb-21fd5541/0773RQ2EQ0O9rvlT/images/leet/leet-tui.png?w=1650&fit=max&auto=format&n=0773RQ2EQ0O9rvlT&q=85&s=313cbd87c976326089bcd11bbf528c39 1650w, https://mintcdn.com/wb-21fd5541/0773RQ2EQ0O9rvlT/images/leet/leet-tui.png?w=2500&fit=max&auto=format&n=0773RQ2EQ0O9rvlT&q=85&s=6b8a542352d54572c26066bfcfc31597 2500w" />
LEET displays a three-panel interface:
* **Left panel**: Run overview with environment variables, configuration, and summary statistics
* **Center panel**: Metrics grid with Braille-style line charts showing your logged metrics
* **Right panel**: System metrics including GPU/CPU/RAM utilization
Get started with these keyboard shortcuts:
* `h` or `?` - View all keyboard shortcuts
* `/` - Filter metrics by pattern
* `[` / `]` - Toggle left/right panels
* `n` / `N` - Navigate between metric pages
* `q` / `CMD+C` - Quit
See the [`wandb beta leet`](/models/ref/cli/wandb-beta/wandb-beta-leet) reference for more details.
<span class="tab-end"></span>
<span class="tab-group-end"></span>
### Overview
Use the **Overview** tab to learn about specific run information in a project, such as:
* **Author**: The W\&B entity that creates the run.
* **Command**: The command that initializes the run.
* **Description**: A description of the run that you provided. This field is empty if you do not specify a description when you create the run. You can add a description to a run with the W\&B App or programmatically with the Python SDK.
* **Tracked Hours**: The amount of time the run is actively computing or logging data, excluding any pauses or waiting periods. This metric helps you understand the actual computational time spent on your run.
* **Runtime**: Measures the total time from the start to the end of the run. It's the wall-clock time for the run, including any time where the run is paused or waiting for resources. This metric provides the complete elapsed time for your run.
* **Git repository**: The git repository associated with the run. You must [enable git](/platform/app/settings-page/user-settings/#personal-github-integration) to view this field.
* **Host name**: Where W\&B computes the run. W\&B displays the name of your machine if you initialize the run locally on your machine.
* **Name**: The name of the run.
* **OS**: Operating system that initializes the run.
* **Python executable**: The command that starts the run.
* **Python version**: Specifies the Python version that creates the run.
* **Run path**: Identifies the unique run identifier in the form `entity/project/run-ID`.
* **Start time**: The timestamp when you initialize the run.
* **State**: The [state of the run](/models/runs/run-states).
* **System hardware**: The hardware W\&B uses to compute the run.
* **Tags**: A list of strings. Tags are useful for organizing related runs together or applying temporary labels like `baseline` or `production`.
* **W\&B CLI version**: The W\&B CLI version installed on the machine that hosted the run command.
* **Git state**: The most recent git commit SHA of a repository or working directory where the run is initialized. This field is empty if you do not enable Git when you create the run or if the git information is not available.
W\&B stores the following information below the overview section:
* **Artifact Outputs**: Artifact outputs produced by the run.
* **Config**: List of config parameters saved with [`wandb.Run.config`](/models/track/config/).
* **Summary**: List of summary parameters saved with [`wandb.Run.log()`](/models/track/log/). By default, W\&B sets this value to the last value logged.
View an example project overview [here](https://wandb.ai/stacey/deep-drive/overview).
### Logs
The **Log** tab shows output printed on the command line such as the standard output (`stdout`) and standard error (`stderr`).
<img src="https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/run_logs_info.png?fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=fd1758026447940a7fd58eca687d062c" alt="Run logs tab" data-og-width="2788" width="2788" data-og-height="1918" height="1918" data-path="images/runs/run_logs_info.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/run_logs_info.png?w=280&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=2a207a9723e8ecd00506b9a6afad3575 280w, https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/run_logs_info.png?w=560&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=53e16ea6d1658e7f22bf26dd5375feee 560w, https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/run_logs_info.png?w=840&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=655ddecb93a99a308555902ca1865bcc 840w, https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/run_logs_info.png?w=1100&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=980acee5de8e3cd9d63155f2642119c6 1100w, https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/run_logs_info.png?w=1650&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=17d6f6a624d4bdc5331f94b033de886b 1650w, https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/run_logs_info.png?w=2500&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=cda047b8c949e5e9ae17c384fb9a23b1 2500w" />
Click the **Download** button in the upper right hand corner to download the log file.
View an example logs tab [here](https://app.wandb.ai/stacey/deep-drive/runs/pr0os44x/logs).
### Files
Use the **Files** tab to view files associated with a specific run such as model checkpoints, validation set examples, and more
<img src="https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/runs_files_info.png?fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=528a33e0dc795056bbf9b0175057fd21" alt="Run files tab" data-og-width="2800" width="2800" data-og-height="1558" height="1558" data-path="images/runs/runs_files_info.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/runs_files_info.png?w=280&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=ef9a55a841343106cc9ec1aab4b7b496 280w, https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/runs_files_info.png?w=560&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=8205e3150ca248c8d4254f9b138f3d3b 560w, https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/runs_files_info.png?w=840&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=0c3513981bc0546f1d688f4042d845d3 840w, https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/runs_files_info.png?w=1100&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=f821350436b81321998a5044ebe6fd79 1100w, https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/runs_files_info.png?w=1650&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=dbc1d6ee7b1e2143a3ed194a90720e94 1650w, https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/runs_files_info.png?w=2500&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=c494c58a868d8564de095c93de382b05 2500w" />
View an example files tab [here](https://app.wandb.ai/stacey/deep-drive/runs/pr0os44x/files/media/images).
### Code
The **Code** tab displays the code files associated with a specific run. This includes the main script that was executed as well as any additional code files that were part of the run's environment.
### Artifacts
The **Artifacts** tab lists the input and output [artifacts](/models/artifacts/) for the specified run.
<img src="https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/runs_artifacts_info.png?fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=1df479874eac3574fcd6249bdb8d6b22" alt="Run artifacts tab" data-og-width="2806" width="2806" data-og-height="1310" height="1310" data-path="images/runs/runs_artifacts_info.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/runs_artifacts_info.png?w=280&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=5a77049c099b151ce13d9fd67cb4506e 280w, https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/runs_artifacts_info.png?w=560&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=256a0f95b384d80bdd8ab8061f0d9985 560w, https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/runs_artifacts_info.png?w=840&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=a05267e34ee71ea79b94c5243abee35d 840w, https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/runs_artifacts_info.png?w=1100&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=73c916a64bc3f3fd3c8ea855bcd030a2 1100w, https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/runs_artifacts_info.png?w=1650&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=e6ef1078ec9468b8e945b03c3664676a 1650w, https://mintcdn.com/wb-21fd5541/LD8pTCCVb674rgbV/images/runs/runs_artifacts_info.png?w=2500&fit=max&auto=format&n=LD8pTCCVb674rgbV&q=85&s=19394371a68d1723476bdee281f3104c 2500w" />Link last verified
June 7, 2026.
View original ↗
Source: Weights & Biases Docs
Link last verified: 2026-03-04