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

# List Templates

`GET /v1/templates`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

successful

- TemplateObjects
  - `templates` TemplateObject[]
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `permalink` string
    - `name` string
  - `total_count` integer — Total number of templates.

## Other responses

- `400` — errors for limit out of range

---

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