---
title: "List templates"
method: GET
path: "/botTemplates"
tags: ["BotTemplate"]
---

# List templates

`GET /botTemplates`

## Response `200`

Success

- BotTemplateDto[]
  - `id` string, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `level` string, nullable
  - `industry` string, nullable
  - `tags` string[], nullable
  - `videoUrl` string, nullable
  - `previewUrl` string, nullable
  - `tier` string, nullable

---

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