---
title: "List templates"
method: GET
path: "/{account}/templates"
tags: ["templates"]
---

# List templates

`GET /{account}/templates`

Lists the templates in the account.

## Path parameters

- `account` integer, required

## Query parameters

- `sort` 'id:asc' | 'id:desc' | 'name:asc' | 'name:desc' | 'sid:asc' | 'sid:desc'

## Response `200`

Successfully retrieved account template list.

- object
  - `data` Template[], required
    - `id` integer, required
    - `account_id` integer, required
    - `name` string, required
    - `sid` string, required
    - `description` string, required
    - `created_at` string, date-time, required — A date-time value, representing when the entry was created, formatted as ISO 8601.
    - `updated_at` string, date-time, required — A date-time value, representing when the entry was last updated, formatted as ISO 8601.
  - `pagination` Pagination, required
    - `current_page` integer, required
    - `per_page` integer, required
    - `total_entries` integer, required
    - `total_pages` integer, required

## Changes

- **2025-07-11** (v2) `06780be0ef17` — 13 info
  - the response property `data` became required for the status `200`
  - the response property `data/items/account_id` became required for the status `200`
  - the response property `data/items/created_at` became required for the status `200`
  - the response property `data/items/description` became required for the status `200`
  - …9 more
- **2023-07-18** (v2) `c8591dcf8c29` — 13 breaking
  - the response property `data` became optional for the status `200`
  - the response property `data/items/account_id` became optional for the status `200`
  - the response property `data/items/created_at` became optional for the status `200`
  - the response property `data/items/description` became optional for the status `200`
  - …9 more

[Change history](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/:account/templates/get.md)

---

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