build_get_definitions
Retrieve a filtered list of build definitions for a specific project in Azure DevOps, enabling efficient management and querying of build configurations based on criteria like repository type, name, path, or build activity.
Instructions
Retrieves a list of build definitions for a given project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| builtAfter | No | Return definitions that have builds after this date | |
| continuationToken | No | Token for continuing paged results | |
| definitionIds | No | Array of build definition IDs to filter | |
| includeAllProperties | No | Whether to include all properties in the results | |
| includeLatestBuilds | No | Whether to include the latest builds for each definition | |
| minMetricsTime | No | Minimum metrics time to filter build definitions | |
| name | No | Name of the build definition to filter | |
| notBuiltAfter | No | Return definitions that do not have builds after this date | |
| path | No | Path of the build definition to filter | |
| processType | No | Process type to filter build definitions | |
| project | Yes | Project ID or name to get build definitions for | |
| queryOrder | No | Order in which build definitions are returned | |
| repositoryId | No | Repository ID to filter build definitions | |
| repositoryType | No | Type of repository to filter build definitions | |
| taskIdFilter | No | Task ID to filter build definitions | |
| top | No | Maximum number of build definitions to return | |
| yamlFilename | No | YAML filename to filter build definitions |