List Runs
Retrieve a list of all runs for a particular pipeline or a specific pipeline.
External Documentation
To learn more, visit the Azure DevOps documentation.
Parameters
Parameter | Description |
---|---|
Organization | The Azure DevOps Organization. You can view the Organizations list in the Azure DevOps Organizations page. |
Pipeline ID | The unique identifier of the pipeline. You can find the Pipeline ID by navigating to the Pipelines tab of the project where the pipeline is defined. You can find the desired project by navigating to the Azure DevOps Projects page. |
Project | The Project ID or Project name. You can view the Projects list in the Azure DevOps Projects page. |
Example Output
[
{
"id": 0,
"name": "string"
}
]
Workflow Library Example
List Runs with Azure Devops and Send Results Via Email
Preview this Workflow on desktop