---
title: "List Evaluator Catalog Templates"
method: GET
path: "/evaluators/catalog/templates/"
tags: ["Evaluators"]
---

# List Evaluator Catalog Templates

`GET /evaluators/catalog/templates/`

List evaluator templates from the catalog.

Templates are blueprints that describe an evaluator's handler
URI, JSON schemas, and default configuration. Pass
`include_archived=true` to include deprecated templates. Use the
returned `key` with `/catalog/templates/{template_key}/presets/`
to list its presets.

## Query parameters

- `include_archived` boolean, nullable

## Response `200`

Successful Response

- EvaluatorCatalogTemplatesResponse — Envelope for a list of catalog templates.
  - `count` integer — Number of templates in `templates`.
  - `templates` EvaluatorCatalogTemplate[] — Evaluator catalog templates (blueprints for creating evaluators).
    - `name` string, nullable
    - `description` string, nullable
    - `key` string, required
    - `slug` string, nullable
    - `categories` string[], nullable
    - `flags` WorkflowCatalogFlags
      - `is_application` boolean
      - `is_evaluator` boolean
      - `is_snippet` boolean
      - `is_archived` boolean
      - `is_recommended` boolean
    - `data` WorkflowRevisionDataOutput
      - `uri` string, nullable
      - `url` string, nullable
      - `headers` object, nullable
      - `runtime` 'python' | 'typescript' | 'javascript', nullable
      - `script` string, nullable
      - `schemas` JsonSchemasOutput
        - `parameters` object, nullable
        - `inputs` object, nullable
        - `outputs` object, nullable
      - `parameters` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.net/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agenta-ai/agenta-api/versions/ea6421d829f1/schema)
