---
title: "Get system notification templates"
method: GET
path: "/api/v2/notifications/templates/system"
tags: ["Notifications"]
---

# Get system notification templates

`GET /api/v2/notifications/templates/system`

## Response `200`

OK

- CodersdkNotificationTemplate[]
  - `actions` string
  - `body_template` string
  - `enabled_by_default` boolean
  - `group` string
  - `id` string, uuid
  - `kind` string
  - `method` string
  - `name` string
  - `title_template` string

## Other responses

- `500` — Failed to retrieve 'system' notifications template

---

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