get_pipeline_runs
Retrieve recent runs for a specific pipeline in Azure DevOps by providing project name and pipeline ID.
Instructions
Get recent runs for a specific pipeline.
Args: project: Azure DevOps project name. Uses default if not specified. pipeline_id: The ID of the pipeline. top: Maximum number of runs to return (default: 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| pipeline_id | No | ||
| top | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |