---
title: "getNotificationTemplate"
method: GET
path: "/v1/notification/templates/{id}"
tags: ["Template"]
---

# getNotificationTemplate

`GET /v1/notification/templates/{id}`

Get a single notification template by ID

## Path parameters

- `id` string, uuid, required

## Response `200`

Success

- NotificationTemplate
  - `_id` string, uuid, required — Unique identifier
  - `_schema` string, required — Entity schema type
  - `_title` string, nullable, required — Display title
  - `_org` string, required — Organization ID
  - `_tags` string[], nullable — Tags for categorization
  - `_created_at` string, date-time, nullable, required — ISO timestamp of creation
  - `_updated_at` string, date-time, nullable, required — ISO timestamp of last update
  - `_manifest` string[] — Manifest ID used to create/update the entity
  - `_owners` EntityOwner[] — Entity owners
    - `org_id` string, required — Organization ID
    - `user_id` string, required — User ID
  - `_acl` EntityAcl — Access control list
    - `view` string[]
    - `edit` string[]
    - `delete` string[]
  - `name` string — Internal template name
  - `type` string — Notification type key
  - `notification_title` string — Notification title (Lexical editor JSON, supports variables)
  - `message` string — Notification body (Lexical editor JSON, supports variables)
  - `action_label` string — CTA button text (supports variables)
  - `action_url` string — CTA button URL (supports variables)
  - `style` string — JSON string with style config
  - `system_template` boolean — Whether this is a system template
  - `created_by` string — User ID who created the template
  - `updated_by` string — User ID who last updated the template

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/epilot/apis/notification-api.md) · [All operations](https://skmtc.dev/epilot/apis/notification-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/epilot/notification-api/revisions/0f041a715e69/schema)
