---
title: "Fetch email template"
method: GET
path: "/email_templates/{emailTemplateId}"
tags: ["EmailTemplate"]
---

# Fetch email template

`GET /email_templates/{emailTemplateId}`

Returns a email template based on a single ID

## Path parameters

- `emailTemplateId` integer, required

## Query parameters

- `filter` string, string

## Response `200`

Fetched email template

- EmailTemplate
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `name` string, string
  - `display_name` string, string
  - `description` string, string
  - `from` string, string
  - `reply_to` string, string
  - `subject` string, string
  - `email_variables` string, string
  - `html_email_content` string, string
  - `text_email_content` string, string

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/agriya/apis/ofos-api-endpoints.md) · [All operations](https://skmtc.net/agriya/apis/ofos-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agriya/ofos-api-endpoints/revisions/8db13a44d758/schema)
