ado_pipelines_list_runs
List recent pipeline runs for an Azure DevOps project, with optional filters by pipeline definition, status, and pagination using top and continuation token.
Instructions
List recent pipeline runs for an Azure DevOps project with optional filtering. Filter by pipeline definition, status, or paginate with top and continuationToken. Requires vso.build PAT scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max results to return (default 50, max 200) | |
| project | No | Project name. Uses default if omitted. | |
| pipelineId | No | Filter to a specific pipeline definition ID | |
| statusFilter | No | Filter by build status | |
| continuationToken | No | Token for next page of results |