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

---

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