List Pipelines
Get a list of all pipelines associated with a particular Azure DevOps project or organization.
External Documentation
To learn more, visit the Azure DevOps documentation.
Basic Parameters
Parameter | Description |
---|---|
Organization | The Azure DevOps Organization. You can view the Organizations list in the Azure DevOps Organizations page. |
Project | The Project ID or Project name. You can view the Projects list in the Azure DevOps Projects page. |
Advanced Parameters
Parameter | Description |
---|---|
Continuation Token | A continuation token from a previous request, to retrieve the next page of results. |
Maximum Results | The maximum number of pipelines to return. |
Order By | A sort expression. Defaults to "name asc". |
Example Output
[
{
"folder": "Pipeline folder",
"id": 0,
"name": "Pipeline name",
"revision": 0
}
]
Workflow Library Example
List Pipelines with Azure Devops and Send Results Via Email
Preview this Workflow on desktop