---
title: "List email template folders"
method: GET
path: "/v3/email-template-folders"
tags: ["Email Templates"]
---

# List email template folders

`GET /v3/email-template-folders`

<small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>

Returns all email template folders for the authenticated user.

## Response `200`

List of email template folders

- object[]
  - `id` integer — Unique identifier for the folder
  - `name` string — Name of the folder
  - `folderType` string — Type of the folder (e.g., "personal", "shared")
  - `isDefault` boolean — Whether this is a default folder

## Other responses

- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to view template folders
- `429` — Too Many Requests

---

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