Azure Pipelines REST API
REST API for managing and interacting with Azure Pipelines including creating, listing, and getting pipelines, triggering and monitoring pipeline runs, and retrieving pipeline run logs. Provides programmatic access to the core CI/CD pipeline orchestration capabilities in Azure DevOps.
Documentation
Documentation
https://learn.microsoft.com/en-us/rest/api/azure/devops/pipelines/
Authentication
https://learn.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/authentication-guidance
Quickstart
https://learn.microsoft.com/en-us/azure/devops/pipelines/create-first-pipeline
Specifications
Other Resources
Client Libraries
https://learn.microsoft.com/en-us/azure/devops/integrate/concepts/dotnet-client-libraries
Change Log
https://learn.microsoft.com/en-us/azure/devops/release-notes/features-timeline-released
YAML Schema
https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/
OpenAPI
#CI/CD
#Pipelines
#REST