Skip to content

Azure DevOps ​

Manage projects, repos, pipelines, builds, and work items in Azure DevOps.

DetailValue
CategoryDevOps
Base URLhttps://dev.azure.com/{organization}
AuthenticationAPI Key
Endpoints8
Connector keyazure-devops

Using Azure DevOps in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Azure DevOps from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /_apis/projectsList projects
POST /_apis/projectsCreate a project
GET /{project}/_apis/git/repositoriesList repositories
GET /{project}/_apis/pipelinesList pipelines
POST /{project}/_apis/pipelines/{pipelineId}/runsRun a pipeline
GET /{project}/_apis/build/buildsList builds
GET /{project}/_apis/wit/workitems/{id}Get a work item
GET /{project}/_apis/git/repositories/{repositoryId}/pullrequestsList pull requests

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.