---
title: "PipelineTemplates_List"
method: GET
path: "/providers/microsoft.visualstudio/pipelineTemplates"
tags: ["PipelineTemplates"]
deprecated: true
---

# PipelineTemplates_List

`GET /providers/microsoft.visualstudio/pipelineTemplates`

> **Deprecated.**

Gets all pipeline templates which can be used to configure a CI/CD pipeline in a new or an existing Team Services project.

## Query parameters

- `api-version` string, required

## Response `200`

The operation succeeded. The response is a list of all pipeline templates which can be used to configure a CI/CD pipeline in a new or an existing Team Services project.

- PipelineTemplateResourceListResult — The response to pipeline template resource list GET request.
  - `value` PipelineTemplate[] — Array of resource details.
    - `id` string, required — Unique id of pipeline template.
    - `description` string — Description of the pipeline which this template enables.
    - `inputs` InputDescriptor[] — Inputs required by this template to create pipeline.
      - `id` string, required — Identifier for the input.
      - `description` string — Description of what this input is used for.
      - `type` 'String' | 'SecureString' | 'Int' | 'Bool' | 'Authorization', required — Data type of the input.
      - `possibleValues` InputValue[] — Possible values that this input can take.
        - `value` string — Value to store for an input.
        - `displayValue` string — Display text to show for the value of an input.

## Changes

- **2026-07-13** (2018-08-01-preview) `dba335abdaad` — 1 info
  - endpoint deprecated
- **2018-08-28** (2018-08-01-preview) `2523e179264a` — 1 info
  - endpoint reactivated

[Change history](https://skmtc.dev/azure/apis/visual-studio-projects-resource-provider-client/changes/providers/microsoft.visualstudio/pipelineTemplates/get.md)

---

[API](https://skmtc.dev/azure/apis/visual-studio-projects-resource-provider-client.md) · [All operations](https://skmtc.dev/azure/apis/visual-studio-projects-resource-provider-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/visual-studio-projects-resource-provider-client/revisions/dba335abdaad/schema)
