pipeline_artifacts
List artifacts from a pipeline run. Shows shared files and step summaries, or detailed step output with file sizes when a step ID is provided.
Instructions
List artifacts produced by a pipeline run.
Without step_id: lists the /shared/ directory contents (inter-step files) plus a summary of each step's output directory.
With step_id: lists that specific step's output directory in detail, including file sizes. Use unwrap(ref) or Read() to view file contents.
Args: run_id: The pipeline run ID. step_id: Optional step ID to inspect. If omitted, lists shared/ and all steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| step_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |