---
title: "Get Parsing Template"
method: GET
path: "/v1/config/parsing-template/{templateId}"
tags: ["Parsing Template"]
---

# Get Parsing Template

`GET /v1/config/parsing-template/{templateId}`

Gets the configuration for a specific parsing template.

## Path parameters

- `templateId` string, required

## Response `200`

OK

- object
  - `templateid` string
  - `account` string — Account number of the organization
  - `name` string — Name of the template
  - `priority` number
  - `draft` boolean
  - `active` boolean
  - `legacy` boolean
  - `query` string
  - `line` string
  - `draftof` string
  - `operators` object[]
    - `type` string
    - `key` string
    - `keys` string[]
    - `field` string
    - `start` string
    - `end` string
    - `ignoreEmptyElements` boolean
    - `delimiter` string
    - `preservePairs` string[]
    - `operators` TemplateOperators — recursive

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/revisions/fb2535545d90/schema)
