---
title: "List Workflow Catalog Templates"
method: GET
path: "/workflows/catalog/templates/"
tags: ["Workflows"]
---

# List Workflow Catalog Templates

`GET /workflows/catalog/templates/`

## Query parameters

- `include_archived` boolean, nullable
- `is_application` boolean, nullable
- `is_evaluator` boolean, nullable
- `is_snippet` boolean, nullable

## Response `200`

Successful Response

- WorkflowCatalogTemplatesResponse
  - `count` integer
  - `templates` WorkflowCatalogTemplate[]
    - `name` string, nullable
    - `description` string, nullable
    - `key` string, required
    - `categories` string[], nullable
    - `flags` WorkflowCatalogFlags
      - `is_archived` boolean
      - `is_recommended` boolean
      - `is_application` boolean
      - `is_evaluator` boolean
      - `is_snippet` 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

## Changes

- **2026-04-16** `8b06b786c977` — 1 info
  - endpoint added
- **2025-06-27** `e3e84db47198` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/workflows/catalog/templates/get.md)

---

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