---
title: "Get Extract Template Public V2"
method: GET
path: "/v2/extract/templates/{extract_template_name}"
tags: ["Extract Templates (public)"]
---

# Get Extract Template Public V2

`GET /v2/extract/templates/{extract_template_name}`

## Path parameters

- `extract_template_name` string, required

## Response `200`

Successful Response

- ExtractTemplateResponsePublicV2
  - `created_at` string, date-time, required — When the extract template was created.
  - `id` string, uuid, required — Unique extract template identifier.
  - `name` string, required — Stable extract template name.
  - `published_version` ExtractTemplateVersionResponsePublicV2
    - `created_at` string, date-time, required — When the version was created.
    - `id` string, uuid, required — Unique extract template version identifier.
    - `input_schema` object, required — JSON schema describing accepted input parameters.
    - `metadata` ExtractTemplateVersionMetadataPublicV2, required
      - `data_source` string, nullable — Data source associated with the version.
      - `description` string, nullable — Version description shown to users.
      - `display_name` string, nullable — Human-friendly version display name.
      - `domain` string, nullable — Domain associated with the version.
      - `entity_type` string, nullable — Entity type produced by the version.
      - `tags` string[] — Tags associated with the version.
      - `vertical` string, nullable — Business vertical associated with the version.
    - `name` string, required — Extract template name this version belongs to.
    - `output_schema` object, required — JSON schema describing extracted output.
    - `samples` ExtractTemplateSamplePublicV2[], nullable — Sample input and output pairs for the version.
      - `input` unknown
      - `output` unknown
    - `version_number` integer, required — Monotonic version number for the extract template.
  - `published_version_id` string, uuid, nullable — Identifier of the published version.
  - `updated_at` string, date-time, required — When the extract template was last updated.

## Other responses

- `422` — Validation Error

---

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