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

# Retrieve templates

`GET /templates`

Retrieve a paginated list of the templates.

## Query parameters

- `page` integer
- `limit` integer
- `sort` 'template_asc' | 'template_desc' | 'language_asc' | 'language_desc' | 'subject_asc' | 'subject_desc' | 'updated_asc' | 'updated_desc' | 'usage_asc' | 'usage_desc' | 'created_asc' | 'created_desc'

## Response `200`

Paginated list of templates

- object
  - `templates` Template[]
    - `id` integer
    - `title` string
    - `createdOn` string
    - `updatedOn` string
  - `totalCount` integer
  - `page` integer
  - `limit` integer
  - `sort` string

## Other responses

- `401` — Unauthorized

---

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