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

# Get a scheduled notification

`GET /api/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' | 'is_empty' | 'is_not_empty' | '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

---

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