---
title: "GET /v2/{org_id}/notifications/"
method: GET
path: "/v2/{org_id}/notifications/"
tags: ["Notifications - By Org"]
---

# GET /v2/{org_id}/notifications/

`GET /v2/{org_id}/notifications/`

NotificationListView operations.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Success

- PaginatedOptionalNotificationSerializer
  - `total` integer
  - `next` string, nullable
  - `previous` string, nullable
  - `results` OptionalNotificationSerializer[]
    - `id` integer
    - `enabled` boolean, nullable
    - `trigger_value` integer
    - `space_id` integer
    - `is_one_shot` boolean, nullable
    - `cooldown` integer
    - `notification_type` 'sms' | 'slack' | 'push_notification'
    - `trigger_type` string, required
    - `meta` object

## Other responses

- `403` — Forbidden - Access Denied
- `404` — Not Found

---

[API](https://skmtc.dev/density/apis/your-project-api.md) · [All operations](https://skmtc.dev/density/apis/your-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/density/your-project-api/revisions/eab10fe035e6/schema)
