Azure DevOps ​
Manage projects, repos, pipelines, builds, and work items in Azure DevOps.
| Detail | Value |
|---|---|
| Category | DevOps |
| Base URL | https://dev.azure.com/{organization} |
| Authentication | API Key |
| Endpoints | 8 |
| Connector key | azure-devops |
Using Azure DevOps in a workflow ​
- Go to Connections and click New Connection.
- Pick Azure DevOps from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /_apis/projects | List projects |
| POST /_apis/projects | Create a project |
| GET /{project}/_apis/git/repositories | List repositories |
| GET /{project}/_apis/pipelines | List pipelines |
| POST /{project}/_apis/pipelines/{pipelineId}/runs | Run a pipeline |
| GET /{project}/_apis/build/builds | List builds |
| GET /{project}/_apis/wit/workitems/{id} | Get a work item |
| GET /{project}/_apis/git/repositories/{repositoryId}/pullrequests | List pull requests |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.