---
title: "List Agent Templates"
method: GET
path: "/v2/agents/templates"
tags: ["Public API"]
---

# List Agent Templates

`GET /v2/agents/templates`

List the pre-built agent templates available to your account. Use a template's `template_name` with `POST /v2/agents` to create an agent instance from it.

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Successful Response

- ListResponseWebSearchAgentTemplateResponsePublicV2
  - `items` WebSearchAgentTemplateResponsePublicV2[], required — Items returned in this page.
    - `created_at` string, date-time, required — When the template was created.
    - `description` string, required — Template description shown to users.
    - `display_name` string, required — Human-friendly template name shown to users.
    - `effort` 'low' | 'medium' | 'high' | 'x-high' | 'max', required — Canonical effort tier names for the research graph.
    - `goals` WebSearchAgentGoalResponsePublicV2[], required — Ordered goals for the template.
      - `goal` string, required — Goal text.
      - `id` string, required — Unique goal identifier (wsag_<uuid>).
      - `order` integer, required — Zero-based goal position.
    - `icon` string, required — Icon identifier used when presenting the template.
    - `id` string, required — Unique template identifier (wsat_<uuid>).
    - `output_schema` object, nullable, required — JSON schema describing the structured output the agent should produce.
    - `skill` string, required — Skill or operating context for the template.
    - `sources` WebSearchAgentSourceResponsePublicV2[], required — Ordered source groups for the template.
      - `domains` string[], required — Domains included in this source group.
      - `id` string, required — Unique source group identifier (wsas_<uuid>).
      - `order` integer, required — Zero-based source group position.
      - `title` string, required — Source group title.
    - `suggested_questions` WebSearchAgentSuggestedQuestionResponsePublicV2[], required — Suggested prompts for the template.
      - `id` string, required — Unique suggested question identifier (wsasq_<uuid>).
      - `order` integer, required — Zero-based suggested question position.
      - `question` string, required — Suggested prompt text.
    - `template_name` string, required — Stable template name used to create agent instances.
    - `updated_at` string, date-time, required — When the template was last updated.
    - `use_case` 'research' | 'enrichment' | 'dataset_building', required
  - `limit` integer, required — Maximum number of items returned.
  - `offset` integer, required — Number of items skipped before this page.
  - `total` integer, required — Total number of items matching the query.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nimbleway/apis/nimble-sdk.md) · [All operations](https://skmtc.net/nimbleway/apis/nimble-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nimbleway/nimble-sdk/versions/725be79e7005/schema)
