Azure Pipelines Build REST API

REST API for managing build definitions, queuing builds, and retrieving build results, artifacts, tags, and logs. Supports the full lifecycle of continuous integration builds in Azure DevOps, including creating and updating build definitions from templates, listing and tagging builds, and downloading build artifacts.

API entry from apis.yml

apis.yml Raw ↑
name: Azure Pipelines Build REST API
description: REST API for managing build definitions, queuing builds, and retrieving build results, artifacts,
  tags, and logs. Supports the full lifecycle of continuous integration builds in Azure DevOps, including
  creating and updating build definitions from templates, listing and tagging builds, and downloading
  build artifacts.
image: https://azure.microsoft.com/svghandler/devops/?width=600&height=315
humanURL: https://learn.microsoft.com/en-us/rest/api/azure/devops/build/
baseURL: https://dev.azure.com/{organization}/{project}/_apis/build
tags:
- Artifacts
- Build
- Continuous Integration
- Definitions
properties:
- type: Documentation
  url: https://learn.microsoft.com/en-us/rest/api/azure/devops/build/
- type: Authentication
  url: https://learn.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/authentication-guidance