> ## Documentation Index
> Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get templatesquery pipelines



## OpenAPI

````yaml /api-reference/4.2/service-query-pipeline-templates.json get /templates/query-pipelines
openapi: 3.0.0
info:
  version: 4.2.6-rc1
  title: Fusion Service query-pipeline-templates
servers:
  - url: /api/apollo/
security: []
tags:
  - name: query-pipeline-templates
paths:
  /templates/query-pipelines:
    get:
      tags:
        - 4.2 Query Pipeline Templates API
      operationId: getTemplates
      responses:
        '200':
          description: successful operation
          headers: {}

````