list_builds
Retrieve recent Azure DevOps builds with filters for project, definition, status, or result to monitor pipeline execution and track development progress.
Instructions
List recent builds
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name (default: YourProject). Specify any project name in your organization | |
| definitionId | No | Build definition ID (optional) | |
| status | No | Build status filter | |
| result | No | Build result filter | |
| $top | No | Max results |