---
title: "Get Agent Template"
method: GET
path: "/v1/agents/{template_name}"
tags: ["Agents"]
deprecated: true
---

# Get Agent Template

`GET /v1/agents/{template_name}`

> **Deprecated.**

Get Agent Template

## Path parameters

- `template_name` string, required

## Response `200`

Successful Response

- FullTemplatePublicV1
  - `description` string, nullable
  - `display_name` string, required
  - `domain` string, nullable
  - `entity_type` string, nullable
  - `feature_flags` TemplateFeatureFlagsPublicV1
    - `is_localization_supported` boolean
    - `is_pagination_supported` boolean
  - `input_properties` TemplateInputPropertyPublicV1[], nullable
    - `default` union
      - string
      - boolean
      - integer
      - number
    - `description` string, nullable
    - `examples` unknown[], nullable
      - unknown
    - `is_localization_param` boolean
    - `is_pagination_param` boolean
    - `name` string
    - `required` boolean
    - `rules` string[], nullable
    - `type` string
  - `is_public` boolean, required
  - `managed_by` string, nullable
  - `name` string, required
  - `output_schema` object, nullable
  - `vertical` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-20** `d4e4f170f4f4` — 1 warning, 4 info
  - deleted the `cookie` request parameter `token`
  - api operation id `get_template_v2_templates__template_name__get` removed and replaced with `get_template_public_v1_api_v1_public_templates__template_name__get`
  - the endpoint scheme security `APIKeyCookie` was added to the API
  - the endpoint scheme security `HTTPBearer` was added to the API
  - …1 more
- **2026-04-15** `0926a0595c5d` — 2 breaking, 1 info
  - response property `input_properties/anyOf[subschema #1]/items/default` list-of-types was widened by adding types `boolean, integer and number` to media type `application/json` of response `200`
  - the `input_properties/anyOf[subschema #1]/items/examples/anyOf[subschema #1]/items/` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - added the optional property `input_properties/anyOf[subschema #1]/items/is_pagination_param` to the response with the `200` status
- **2026-03-30** `86e4c7e09b7e` — 2 info
  - api tag `Agents` added
  - api tag `templates` removed
- **2026-03-10** `83bfd8e160e8` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/nimbleway/apis/api-gateway/changes/v1/agents/:template_name/get.md)

---

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