Azure DevOps Services Build REST API
Common tasks
Run a build
- Get the ID of the build definition that you want to use.
- Create a build.
- Get the ID of the build from the response so you can use it later.
- Get the build using the ID.
Get a build
- Get a list of builds and find the ID of the build you're interested in.
- Get the details about the build.