---
title: "List Associated Notifications"
method: GET
path: "/routing-strategies/{id}/notifications"
tags: ["Routing Strategies"]
---

# List Associated Notifications

`GET /routing-strategies/{id}/notifications`

Returns the notification templates using a routing strategy, with paging. Check this before changing a strategy that templates depend on.

## Path parameters

- `id` string, required

## Query parameters

- `cursor` string, nullable
- `limit` integer

## Response `200`

Associated notification templates retrieved.

- AssociatedNotificationListResponse — Paginated list of notification templates associated with a routing strategy.
  - `paging` Paging, required
    - `cursor` string, nullable
    - `more` boolean, required
  - `results` NotificationTemplateSummary[], required
    - `id` string, required
    - `name` string, required
    - `tags` string[], required
    - `state` 'DRAFT' | 'PUBLISHED', required
    - `created` integer, required — Epoch milliseconds when the template was created.
    - `creator` string, required — User ID of the creator.
    - `updated` integer — Epoch milliseconds of last update.
    - `updater` string — User ID of the last updater.
    - `subscription_topic_id` string — The linked subscription (preference) topic of the published version. Omitted when no topic is linked or the template has never been published.
    - `topic_id` string — Alias of subscription_topic_id, provided under the same name V1 list items use for the linked topic. Always carries the same value as subscription_topic_id.

## Other responses

- `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)
