---
title: "Get a scheduled notification"
method: GET
path: "/v1/deployments/{deploymentId}/notifications/{id}"
tags: ["Notifications"]
---

# Get a scheduled notification

`GET /v1/deployments/{deploymentId}/notifications/{id}`

## Path parameters

- `deploymentId` integer, required
- `id` integer, required

## Response `200`

- NotificationDto
  - `cronExpression` string, required
  - `dashboardId` integer, required
  - `deploymentId` integer, required
  - `filters` DashboardFilter[], nullable — Dimension filters applied when the notification is rendered.
    - `caseSensitive` unknown
    - `endInclusive` unknown
    - `member` string, required
    - `operator` 'equals' | 'not_equals' | 'greater_than' | 'greater_than_or_equal' | 'less_than' | 'less_than_or_equal' | 'contains' | 'not_contains' | 'starts_with' | 'not_starts_with' | 'ends_with' | 'not_ends_with' | 'is_null' | 'is_not_null' | 'between' | 'custom'
    - `startInclusive` unknown
    - `value` union
      - string
      - number
      - boolean
      - unknown[]
        - unknown
  - `humanReadableSchedule` string, required — Human-readable description of the cron schedule
  - `id` integer, required
  - `isEnabled` boolean, required
  - `notificationEnabled` boolean, required
  - `notificationFormat` string, required
  - `timeGrains` DashboardTimeGrain[], nullable — Time-grain overrides applied when the notification is rendered.
    - `grain` string, required
    - `member` string, required
  - `timezone` string, required

## Changes

- **2026-06-18** `4427b83cad16` — 2 info
  - added the optional property `filters` to the response with the `200` status
  - added the optional property `timeGrains` to the response with the `200` status
- **2026-06-07** `241493c9a786` — 2 warning
  - removed the optional property `filters` from the response with the `200` status
  - removed the optional property `timeGrains` from the response with the `200` status

[Change history](https://skmtc.dev/cube-js/apis/cube-cloud-rest-api/changes/v1/deployments/:deploymentId/notifications/:id/get.md)

---

[API](https://skmtc.dev/cube-js/apis/cube-cloud-rest-api.md) · [All operations](https://skmtc.dev/cube-js/apis/cube-cloud-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cube-js/cube-cloud-rest-api/revisions/df6e5a12170a/schema)
