> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-sdk-add-methods-properties.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Run properties

## <Badge color="yellow" size="lg" shape="rounded">Class</Badge> wandb.apis.public.Run

## <Badge color="gray" size="lg" shape="rounded">property</Badge> config

Get run config. Auto-loads full data if in lazy mode.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> entity

The entity associated with the run.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> id

The unique identifier for the run.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> lastHistoryStep

Returns the last step logged in the run's history.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> metadata

Metadata about the run from wandb-metadata.json.

Metadata includes the run's description, tags, start time, memory
usage and more.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> name

The name of the run.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> path

The path of the run. The path is a list containing the entity, project, and run\_id.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> rawconfig

Get raw run config including internal keys. Auto-loads full data if in lazy mode.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> state

The state of the run.

The following table describes the possible states a run can be in:

| State    | Description                                                                                      |
| -------- | ------------------------------------------------------------------------------------------------ |
| Crashed  | Run stopped sending heartbeats in the internal process, which can happen if the machine crashes. |
| Failed   | Run ended with a non-zero exit status.                                                           |
| Finished | Run ended and fully synced data, or called `wandb.Run.finish()`.                                 |
| Killed   | Run was forcibly stopped before it could finish.                                                 |
| Running  | Run is still running and has recently sent a heartbeat.                                          |
| Pending  | Run is scheduled but not yet started (common in sweeps and Launch jobs).                         |

## <Badge color="gray" size="lg" shape="rounded">property</Badge> storage\_id

The unique storage identifier for the run.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> summary

Get run summary metrics. Auto-loads full data if in lazy mode.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> summary\_metrics

Get run summary metrics. Auto-loads full data if in lazy mode.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> sweep

The sweep associated with this run. Loads sweep data if include\_sweeps is False.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> sweep\_name

Get sweep name. Always available since sweepName is in lightweight fragment.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> system\_metrics

Get run system metrics. Auto-loads full data if in lazy mode.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> url

The URL of the run.

The run URL is generated from the entity, project, and run\_id. For
SaaS users, it takes the form of `https://wandb.ai/entity/project/run_id`.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> username

This API is deprecated. Use `entity` instead.
