Skip to main content

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

ParameterDescription
OrganizationThe Azure DevOps Organization. You can view the Organizations list in the Azure DevOps Organizations page.
ProjectThe Project ID or Project name. You can view the Projects list in the Azure DevOps Projects page.

Advanced Parameters

ParameterDescription
Continuation TokenA continuation token from a previous request, to retrieve the next page of results.
Maximum ResultsThe maximum number of pipelines to return.
Order ByA 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

Workflow LibraryPreview this Workflow on desktop