get_pipeline_run
Retrieve detailed information about a specific Azure DevOps pipeline run, including status, logs, and execution data, to monitor and analyze build or release processes.
Instructions
Get pipeline run details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name (default: YourProject). Specify any project name in your organization | |
| pipelineId | Yes | Pipeline ID | |
| runId | Yes | Run ID |