---
title: "Get notification settings"
method: GET
path: "/notification-settings"
tags: ["notifications"]
---

# Get notification settings

`GET /notification-settings`

Returns workspace-level notification settings such as email delivery transport. Developer, manager, or admin only.

## Query parameters

- `remoteNode` string

## Response `200`

Workspace notification settings

- NotificationWorkspaceSettings — Workspace-level notification settings
  - `smtp` NotificationSMTPSettings — Public workspace SMTP transport settings. The SMTP password is never returned.
    - `host` string — SMTP server host
    - `port` string — SMTP server port
    - `username` string — SMTP username
    - `oauth` NotificationSMTPOAuthSettings — Public SMTP OAuth settings. Secret values are never returned.
      - `provider` 'microsoft' | 'google_service_account' | 'google_refresh', required — SMTP OAuth token provider
      - `tenantId` string
      - `clientId` string
      - `clientSecretConfigured` boolean, required
      - `refreshTokenConfigured` boolean, required
      - `serviceAccountJsonConfigured` boolean, required
    - `from` string — Default sender address for notification email channels
    - `passwordConfigured` boolean, required — Whether an SMTP password is configured
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `updatedBy` string — User ID that last updated the workspace notification settings

## Other responses

- `default` — Unexpected error

## Changes

- **2026-08-07** (v1) `31c665afab9c` — 1 info
  - added the optional property `smtp/oauth` to the response with the `200` status
- **2026-07-23** (v1) `75b8e91aaf57` — 3 warning
  - 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 `default`
  - added the new `payload_too_large` enum value to the `code` response property for the response status `default`
- **2026-05-24** (v1) `8a2d5d3e9608` — 1 warning
  - 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-settings/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/f8982f33e540/schema)
