list_pipelines
List pipelines in an Azure DevOps project, optionally limiting the number of results and sorting by fields like created date.
Instructions
List pipelines in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of pipelines to return | |
| orderBy | No | Order by field and direction (e.g., "createdDate desc") | |
| projectId | No | The ID or name of the project (Default: MyProject) |