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

# List versions of a journey-scoped notification template

`GET /journeys/{templateId}/templates/{notificationId}/versions`

Lists the published versions of a template that belongs to a journey, most recent first. Paged by cursor.

## Path parameters

- `templateId` string, required
- `notificationId` string, required

## Response `200`

Notification template version list

- NotificationTemplateVersionListResponse
  - `versions` VersionNode[], required
    - `version` string, required — Version identifier. One of "draft", "published:vNNN" (current published version), or "vNNN" (historical version).
    - `created` integer, required — Epoch milliseconds when this version was created.
    - `creator` string, required — User ID of the version creator.
    - `has_changes` boolean — Whether the draft has unpublished changes. Only present on the draft version.
  - `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/revisions/04f69fbf96a5/schema)
