---
title: "List design templates"
method: GET
path: "/api/v2/design-templates"
tags: ["Design Templates"]
---

# List design templates

`GET /api/v2/design-templates`

Returns all design templates for the workspace.

## Query parameters

- `limit` integer
- `starting_after` string, nullable
- `search` string, nullable — Case-insensitive substring filter applied to the template name.

## Headers

- `X-API-KEY` string, nullable
- `Authorization` string, nullable
- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- ListResponseDesignTemplateResponse
  - `data` DesignTemplateResponse[], required
    - `object` 'design_template' — Object type identifier.
    - `id` string, required — Unique design template identifier.
    - `name` string, required — Human-readable template name.
    - `template_type` string, required — Page type this template applies to: 'welcome_page', 'status_page', 'interview_complete_page', 'interview_page'.
    - `design_config` object, required — Design configuration object. Shape varies by template_type. Common fields: background_color, primary_color, font_family, header_text, show_logo, image_url.
    - `created_at` number, required — Unix timestamp when the template was created.
    - `updated_at` number, required — Unix timestamp when the template was last updated.
  - `pagination` PaginationMeta, required
    - `has_more` boolean, required — Whether more results exist beyond this page
    - `total_count` integer, nullable — Total number of results (if available)
    - `url` string, nullable — URL of this resource

## Other responses

- `401` — Invalid or missing API key.
- `422` — Validation Error
- `429` — Rate limit exceeded.

---

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