---
title: "GET /notifications/{id}/draft/content"
method: GET
path: "/notifications/{id}/draft/content"
tags: ["Notification Templates"]
---

# GET /notifications/{id}/draft/content

`GET /notifications/{id}/draft/content`

## Path parameters

- `id` string, required

## Response `200`

- NotificationGetContentResponse
  - `blocks` NotificationBlock[], nullable
    - `alias` string, nullable
    - `context` string, nullable
    - `id` string, required
    - `type` 'action' | 'divider' | 'image' | 'jsonnet' | 'list' | 'markdown' | 'quote' | 'template' | 'text', required
    - `content` union
      - string
      - NotificationContentHierarchy
        - `parent` string, nullable
        - `children` string, nullable
    - `locales` object, nullable
    - `checksum` string, nullable
  - `channels` NotificationChannel[], nullable
    - `id` string, required
    - `type` string, nullable
    - `content` NotificationChannelContent
      - `subject` string, nullable
      - `title` string, nullable
    - `locales` object, nullable
    - `checksum` string, nullable
  - `checksum` string, nullable

## Changes

- **2025-10-15** `e67d02739533` — 2 info
  - api tag `Notification Templates` added
  - api tag `Notifications` removed

[Change history](https://skmtc.dev/trycourier/apis/courier/changes/notifications/:id/draft/content/get.md)

---

[API](https://skmtc.dev/trycourier/apis/courier.md) · [All operations](https://skmtc.dev/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycourier/courier/revisions/361d17797dff/schema)
