Azure DevOps Pipeline DashBoard
List the available builds under pipelines in AzureDevops
List the available builds under pipelines in AzureDevops
post/v1/azure-devops/dashboard/builds/list
Request body
Example request
{
"status": "all",
"query_order": "finishTimeAscending"
}Response
Success
Example response
{
"builds": [
{
"status": "all",
"result": "canceled"
}
]
}