---
title: "List notification templates scoped to a journey"
method: GET
path: "/journeys/{templateId}/templates"
tags: ["Journeys"]
---

# List notification templates scoped to a journey

`GET /journeys/{templateId}/templates`

List notification templates scoped to this journey. Journey-scoped notification templates can only be referenced from `send` nodes within the same journey.

## Path parameters

- `templateId` string, required

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

Notification template list

- JourneyTemplateListResponse — Paged list of journey-scoped notification templates.
  - `results` JourneyTemplateSummary[], required
    - `id` string, required
    - `name` string, required
    - `tags` string[], required
    - `state` string, required
    - `created` integer, required
    - `creator` string, required
    - `updated` integer
    - `updater` string
  - `paging` Paging, required
    - `cursor` string, nullable
    - `more` boolean, required

## Other responses

- `400` — Bad request
- `404` — Not found

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/versions/04f69fbf96a5/schema)
