get_dataset_run
Retrieve a dataset run and its associated run items from the Langfuse SDK.
Instructions
Get a dataset run, including any run items returned by the SDK.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_name | Yes | The dataset run name to fetch | |
| output_mode | No | Output format: 'compact' truncates, 'full_json_string' returns full data, 'full_json_file' writes to file | compact |
| dataset_name | Yes | The name of the dataset that owns the run |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |