---
title: "Get all templates."
method: GET
path: "/api/templates"
tags: ["Templates"]
---

# Get all templates.

`GET /api/templates`

## Response `200`

Templates returned.

- TemplatesDto
  - `_links` object, required — The links.
  - `items` TemplateDto[], required — The event consumers.
    - `_links` object, required — The links.
    - `name` string, required — The name of the template.
    - `title` string, required — The title of the template.
    - `description` string, required — The description of the template.
    - `isStarter` boolean, required — True, if the template is a starter.

## Other responses

- `500` — Operation failed.

---

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