get_run_details
Retrieve detailed info about a W&B run, including hyperparameters, final logged metrics, and system environment details.
Instructions
Retrieve detailed information about a W&B run, including:
Overview (name, id, state, etc.)
Config (user-defined hyperparameters)
Summary (final logged metrics)
System/environment details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | ||
| run_id | Yes | ||
| project_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |