---
title: "Get Notifications for a Hub"
method: GET
path: "/v1/hub/{hub_id}/notifications"
tags: ["Hub"]
---

# Get Notifications for a Hub

`GET /v1/hub/{hub_id}/notifications`

Retrieve all notifications associated with a specific hub. This endpoint is accessible only to users with owner-level permissions for the hub.

## Path parameters

- `hub_id` string, uuid, required

## Response `200`

A list of notifications for the hub

- object
  - `metadata` object
  - `data` Notification[]
    - `publicId` string, uuid, required
    - `user` SummaryUser
      - `firebaseUserId` string
      - `publicId` string, uuid
      - `name` string
      - `email` string
      - `profilePicture` string
    - `description` string, nullable
    - `actions` Action[], required
      - `publicId` string, uuid, required
      - `kind` string, required
      - `webhookUrl` string
      - `customHeaders` ActionHeaders[]
        - `key` string, required
        - `value` string, required
    - `triggers` Trigger[], required
      - `publicId` string, uuid, required
      - `resource` string, required
      - `verb` string, required
    - `processes` Document[]
      - `publicId` string, uuid
      - `name` string
    - `tables` Table1[]
      - `publicId` string, uuid
      - `name` string
      - `defaultViewId` string
    - `createdAt` string, date-time

## Other responses

- `403` — Not authorized to access notifications for this hub
- `404` — Hub not found

---

[API](https://skmtc.net/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.net/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/versions/9c58c1c1e7e8/schema)
