list_dataset_run_items
Retrieve items from a dataset run by specifying dataset ID and run name, with pagination and output format options.
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 |