Pipelines Get

GET {{baseUrl}}/:organization/:project/_apis/pipelines/:pipelineId?pipelineVersion=<integer>&api-version=<string>

Gets a pipeline, optionally at the specified version

Request Params

| Key | Datatype | Required | Description | | pipelineVersion | string | | The pipeline version | | api-version | string | | (Required) Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api. |

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: OK

{&quot;folder&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;revision&quot;:&quot;\u003cinteger\u003e&quot;}