---
title: "GET /organisation/{id}/email_templates"
method: GET
path: "/organisation/{id}/email_templates"
tags: ["Organisation"]
---

# GET /organisation/{id}/email_templates

`GET /organisation/{id}/email_templates`

Get all email templates for specified organisation

## Path parameters

- `id` integer, required

## Response `200`

OK

- EmailTemplate[]
  - `id` integer
  - `organisation_id` integer
  - `name` string
  - `template_subject` string
  - `template_body` string

## Other responses

- `307` — Redirect to login
- `401` — User is not an organisation admin

## Changes

- **2025-07-15** `4fc8206e1afe` — 1 info
  - endpoint added
- **2024-04-14** `5acc2e0d80e9` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/devsoc-unsw/apis/chaos-api/changes/organisation/:id/email_templates/get.md)

---

[API](https://skmtc.dev/devsoc-unsw/apis/chaos-api.md) · [All operations](https://skmtc.dev/devsoc-unsw/apis/chaos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/devsoc-unsw/chaos-api/revisions/b169cdb125bd/schema)
