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

# Get Sent Notifications for a Hub

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

Retrieve all sent notifications for a specified hub

## Path parameters

- `hub_id` string, uuid, required

## Query parameters

- `page` integer
- `size` integer
- `notification_id` string, uuid, nullable

## Response `200`

Successfully retrieved sent notifications

- object
  - `metadata` object
  - `data` NotificationExecution[]
    - `publicId` string, uuid, required
    - `notification` Notification1
      - `publicId` string, uuid, required
      - `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
    - `description` string, nullable
    - `isSuccess` boolean
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `403` — Not authorized to access this hub's notifications
- `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)
