---
title: "List Templates"
method: GET
path: "/v1/task-agents/templates"
tags: ["Web Search Agent Templates (public)"]
deprecated: true
---

# List Templates

`GET /v1/task-agents/templates`

> **Deprecated.**

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Successful Response

- ListResponseWebSearchAgentTemplateResponsePublicV1
  - `items` WebSearchAgentTemplateResponsePublicV1[], 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.
    - `domain_expertise` string, required — Domain expertise or operating context for the template.
    - `effort` 'low' | 'medium' | 'high' | 'x-high' | '5x-high' | 'max', required — Canonical effort tier names for the research graph.
    - `goals` WebSearchAgentGoalResponsePublicV1[], 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.
    - `sources` WebSearchAgentSourceResponsePublicV1[], 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` WebSearchAgentSuggestedQuestionResponsePublicV1[], 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

## Changes

- **2026-08-17** `22c2a2291146` — 1 warning
  - added the new `5x-high` enum value to the `items/items/effort` response property for the response status `200`
- **2026-07-20** `d4e4f170f4f4` — 2 breaking, 5 warning, 6 info
  - for the `query` request parameter `limit`, default value was changed from `200` to `100`
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - for the `query` request parameter `limit`, the max was set to `200.00`
  - for the `query` request parameter `limit`, the min was set to `1.00`
  - …9 more
- **2026-07-12** `e8a97dc9fce2` — 8 warning, 7 info
  - deleted the `cookie` request parameter `token`
  - deleted the `query` request parameter `effort`
  - deleted the `query` request parameter `use_case`
  - added the new `high` enum value to the `items/effort` response property for the response status `200`
  - …11 more
- **2026-06-10** `421a9851d61b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/nimbleway/apis/api-gateway/changes/v1/task-agents/templates/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)
