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

# List Templates

`GET /v3/templates`

Returns a paginated list of API-ready templates in the workspace. Templates are created and edited in the HeyGen web editor; only templates with variables defined are listed.

## Query parameters

- `limit` integer
- `token` string

## Response `200`

Successful response

- object
  - `data` TemplateListItemV3[]
    - `id` string, required — Unique template identifier
    - `name` string, required — Template name
    - `thumbnail_url` string, nullable — URL to the template thumbnail image
    - `aspect_ratio` string, nullable — Template aspect ratio
    - `created_at` integer, nullable — Unix timestamp of creation
    - `updated_at` integer, nullable — Unix timestamp of last update
  - `has_more` boolean — Whether more pages are available
  - `next_token` string, nullable — Opaque cursor for the next page

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed
- `429` — Rate limit exceeded

---

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