
Loading API details…
Azure DevOps
The Azure DevOps REST API is a resource‑provider endpoint that lets you manage Azure Pipelines and their templates, exposing operations to list supported actions, retrieve pipeline template definitions, and enumerate pipelines by subscription or resource group.
Latency p95
589 ms
last successful checks
Uptime 30d
100.0%
monitored sample
Playground
Verified
live · allowlisted
Endpoints & operations
/providers/Microsoft.DevOps/operations
Lists all the operations supported by Microsoft.DevOps resource provider.
/providers/Microsoft.DevOps/pipelineTemplateDefinitions
Lists all pipeline templates which can be used to configure an Azure Pipeline.
/subscriptions/{subscriptionId}/providers/Microsoft.DevOps/pipelines
Lists all Azure Pipelines under the specified subscription.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOps/pipelines
Lists all Azure Pipelines under the specified resource group.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOps/pipelines/{pipelineName}
Deletes an Azure Pipeline.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOps/pipelines/{pipelineName}
Gets an existing Azure Pipeline.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOps/pipelines/{pipelineName}
Updates the properties of an Azure Pipeline. Currently, only tags can be updated.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOps/pipelines/{pipelineName}
Creates or updates an Azure Pipeline.
⚠ Requires apiKey authentication — check the API’s own docs for the exact header/param to use.
curl -X GET \ "https://docs.microsoft.com/en-us/rest/api/azure/devops/providers/Microsoft.DevOps/operations?api-version=YOUR_VALUE"
docs.microsoft.com · HTTPS only · apiKey auth