list_pipelines
Retrieve a list of pipelines from an Azure DevOps project, with optional limits on result count and ordering by fields such as created date.
Instructions
List pipelines in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| top | No | Maximum number of pipelines to return | |
| orderBy | No | Order by field and direction (e.g., "createdDate desc") |