get_pipeline
Retrieve detailed information about a specific Azure DevOps pipeline by providing its numeric ID. Optionally specify project and pipeline version to get exact details.
Instructions
Get details of a specific pipeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| pipelineId | Yes | The numeric ID of the pipeline to retrieve | |
| pipelineVersion | No | The version of the pipeline to retrieve (latest if not specified) |