> ## 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 templatesparsers



## OpenAPI

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

````