get_pipeline_run
Retrieve details for a specific Azure DevOps pipeline run by supplying the run ID. Optionally confirm the run belongs to a given pipeline.
Instructions
Get details for a specific pipeline run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| runId | Yes | Pipeline run identifier | |
| pipelineId | No | Optional guard; validates the run belongs to this pipeline |