download_pipeline_artifact
Retrieve textual content from a specific file within an Azure DevOps pipeline artifact by providing the run ID and artifact file path. Extract build outputs or logs for analysis.
Instructions
Download a file from a pipeline run artifact and return its textual content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| runId | Yes | Pipeline run identifier | |
| artifactPath | Yes | Path to the desired file inside the artifact (format: <artifactName>/<path/to/file>) | |
| pipelineId | No | Optional guard; validates the run belongs to this pipeline |