---
title: "List workspace email templates"
method: GET
path: "/workspace/{workspace_id}/email-templates"
tags: ["Email Templates"]
---

# List workspace email templates

`GET /workspace/{workspace_id}/email-templates`

Retrieve all custom email templates for a workspace

## Path parameters

- `workspace_id` string, uuid, required

## Response `200`

Email templates retrieved successfully

- WorkspaceEmailTemplateListResponse — List of workspace email templates
  - `results` EmailTemplate[], required
    - `id` string, uuid — Unique identifier for the email template
    - `email_type` 'signing_invite' | 'next_signer' | 'signing_expired' | 'signing_cancelled' | 'signing_declined', required — Type of email this template is for
    - `subject` string, required — Email subject line
    - `body` string, required — Email body (HTML). Supports placeholders like {{signing_link}}, {{signer_name}}, etc.
    - `created_at` string, date-time — Template creation timestamp
    - `updated_at` string, date-time — Template last update timestamp
  - `workspace_id` string, uuid, required — Workspace ID

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `429` — Too Many Requests - Rate limit exceeded

---

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