list_dataset_run_items
Fetch dataset run items by dataset ID and run name, with support for pagination and multiple output formats including JSON file export.
Instructions
List dataset run items by dataset ID and run name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (starts at 1) | |
| limit | No | Items per page (max 100) | |
| run_name | Yes | Dataset run name to list items from | |
| dataset_id | Yes | Dataset ID that owns the run items | |
| output_mode | No | Output format: 'compact' truncates, 'full_json_string' returns full data, 'full_json_file' writes to file | compact |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |