Azure DevOps Services Build REST API

Common tasks

Run a build

  1. Get the ID of the build definition that you want to use.
  2. Create a build.
  3. Get the ID of the build from the response so you can use it later.
  4. Get the build using the ID.

Get a build

  1. Get a list of builds and find the ID of the build you're interested in.
  2. Get the details about the build.

Tag a build

  1. Add the tag to the build.
  2. View the tags associated with the build.
  3. You can search builds by tags
  4. You can also see all tags across all builds.