MicrosoftDocs / vsts-rest-api-specs

MIT License
158 stars 114 forks source link

Rest api - Is it possible to get stage info included? #682

Open cveld opened 2 months ago

cveld commented 2 months ago

When hitting the pipeline summary page https://dev.azure.com/myorg/myproject/_build?definitionId=936&_a=summary I get a nice overview of all recent runs of the specific pipeline definition including the status of all stages.

The html provides the following content:

"ms.vss-build-web.runs-data-provider": {
                    "runs": [
                        {
                            "stages": [
...

Is it possible to get the stage info included in this rest api as well?

GET https://dev.azure.com/{organization}/{project}/_apis/pipelines/{pipelineId}/runs?api-version=7.1-preview.1

image


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.