---
title: "GET /providers/Microsoft.DevOps/pipelineTemplateDefinitions"
method: GET
path: "/providers/Microsoft.DevOps/pipelineTemplateDefinitions"
tags: ["PipelineTemplateDefinitions"]
deprecated: true
---

# GET /providers/Microsoft.DevOps/pipelineTemplateDefinitions

`GET /providers/Microsoft.DevOps/pipelineTemplateDefinitions`

> **Deprecated.**

Lists all pipeline templates which can be used to configure an Azure Pipeline.

## Query parameters

- `api-version` string, required

## Response `200`

The pipeline template definitions have been fetched successfully.

- PipelineTemplateDefinitionListResult — Result of a request to list all pipeline template definitions.
  - `value` PipelineTemplateDefinition[] — List of pipeline template definitions.
    - `id` string, required — Unique identifier of the pipeline template.
    - `description` string — Description of the pipeline enabled by the template.
    - `inputs` InputDescriptor[] — List of input parameters required by the template to create a pipeline.
      - `id` string, required — Identifier of the input parameter.
      - `description` string — Description of the input parameter.
      - `type` 'String' | 'SecureString' | 'Int' | 'Bool' | 'Authorization', required — Data type of the value of the input parameter.
      - `possibleValues` InputValue[] — List of possible values for the input parameter.
        - `value` string — Value of an input parameter.
        - `displayValue` string — Description of the input parameter value.
  - `nextLink` string — The URL to get the next set of pipeline template definitions, if there are any.

## Other responses

- `default` — Error response describing why the operation failed.

## Changes

- **2022-11-09** (2019-07-01-preview) `cb9efccab6cd` — 1 info
  - endpoint deprecated

[Change history](https://skmtc.dev/azure/apis/devops-microsoft-devops-devops/changes/providers/Microsoft.DevOps/pipelineTemplateDefinitions/get.md)

---

[API](https://skmtc.dev/azure/apis/devops-microsoft-devops-devops.md) · [All operations](https://skmtc.dev/azure/apis/devops-microsoft-devops-devops/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/devops-microsoft-devops-devops/revisions/cb9efccab6cd/schema)
