---
title: "List templates"
method: GET
path: "/api/templates"
tags: ["Templates"]
---

# List templates

`GET /api/templates`

Retrieves a list of all available templates with their summary information.

## Response `200`

List of available templates

- object[] — List of available templates
  - `key` string, required — Unique identifier for the template
  - `title` string, required — Display title of the template
  - `industry` string, required — Industry category the template belongs to
  - `description` string, required — Brief description of what the template does

---

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