ado_pipelines_get_run
Retrieve details for a specific Azure DevOps pipeline run using its pipeline and run IDs, including state, result, timestamps, and URL.
Instructions
Get details of a single Azure DevOps pipeline run by pipeline ID and run ID. Returns state, result, timestamps, and URL. Requires vso.build PAT scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Run ID | |
| project | Yes | Project name | |
| pipelineId | Yes | Pipeline definition ID |