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

# List Workflow Catalog Templates

`GET /workflows/catalog/templates/`

List workflow blueprints shipped with the product.

Filter by domain with `is_application`, `is_evaluator`, or
`is_snippet`. Archived templates are hidden unless `include_archived`
is true. Templates are global and read-only.

See: [Workflows](/reference/api-guide/workflows).

## 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 — Number of templates returned.
  - `templates` WorkflowCatalogTemplate[] — Workflow blueprints shipped with the product.
    - `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)
