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

---

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