---
title: "Fetch all email templates"
method: GET
path: "/email_templates"
tags: ["EmailTemplate"]
---

# Fetch all email templates

`GET /email_templates`

Returns all email templates from the system

## Query parameters

- `q` string, string
- `filter` string, string

## Response `200`

Fetched email templates

- 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)
