---
title: "List notification routes"
method: GET
path: "/notification-routes"
tags: ["notifications"]
---

# List notification routes

`GET /notification-routes`

Returns global and workspace notification channel routes. Developer, manager, or admin only.

## Query parameters

- `remoteNode` string

## Response `200`

List of notification route sets

- NotificationRouteSetListResponse — Notification route sets
  - `routeSets` NotificationRouteSet[], required
    - `id` string — Stable route set ID, present after the route set is saved
    - `scope` 'global' | 'workspace', required — Notification route scope
    - `workspace` string — Workspace name for workspace-scoped route sets
    - `enabled` boolean, required — Whether this route set can deliver notifications
    - `inheritGlobal` boolean, required — For workspace route sets, true means inherit Global instead of using workspace routes
    - `routes` NotificationRoute[], required
      - `id` string, required — Stable route ID
      - `channelId` string, required — Notification channel ID
      - `enabled` boolean, required — Whether this route receives notifications
      - `events` NotificationEventType[] — Events delivered by this route. Empty is treated as operational defaults for backward compatibility.
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `updatedBy` string — User ID that last updated the route set

## Other responses

- `403` — Forbidden - insufficient permissions
- `default` — Unexpected error

## Changes

> 70 revisions in range; 3 could not be searched.

- **2026-08-01** (v1) `17f1f49a7b2a` — 1 warning
  - added the new `dag.run.partially_succeeded` enum value to the `routeSets/items/routes/items/events/items/` response property for the response status `200`
- **2026-07-23** (v1) `75b8e91aaf57` — 6 warning
  - added the new `conflict` enum value to the `code` response property for the response status `403`
  - added the new `conflict` enum value to the `code` response property for the response status `default`
  - added the new `human_task_resume_failed` enum value to the `code` response property for the response status `403`
  - added the new `human_task_resume_failed` enum value to the `code` response property for the response status `default`
  - …2 more
- **2026-05-24** (v1) `8a2d5d3e9608` — 2 warning
  - added the new `rate_limited` enum value to the `code` response property for the response status `403`
  - added the new `rate_limited` enum value to the `code` response property for the response status `default`
- **2026-05-17** (v1) `0cce8472f3ba` — 1 info
  - endpoint added
- **2026-04-30** (v1) `50e1d517afc1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dagucloud/apis/dagu/changes/notification-routes/get.md)

---

[API](https://skmtc.dev/dagucloud/apis/dagu.md) · [All operations](https://skmtc.dev/dagucloud/apis/dagu/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dagucloud/dagu/revisions/9fcb8e054188/schema)
