download_pipeline_artifact
Download a file from a pipeline run artifact and return its textual content. Provide the run ID and artifact path to specify the file.
Instructions
Download a file from a pipeline run artifact and return its textual content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Pipeline run identifier | |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| pipelineId | No | Optional guard; validates the run belongs to this pipeline | |
| artifactPath | Yes | Path to the desired file inside the artifact (format: <artifactName>/<path/to/file>) |