get_pipeline
Retrieve details of a specific Azure DevOps pipeline by its numeric ID, optionally specifying the project and version.
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) |