---
title: "List Notifications"
method: GET
path: "/v1/notifications"
---

# List Notifications

`GET /v1/notifications`

Lists notifications for a workspace.

## Query parameters

- `recipientId` string
- `includeRead` boolean
- `recipientClientId` string
- `recipientInternalUserId` string

## Response `200`

200

- object
  - `data` object[]
    - `createdAt` string
    - `deliveryTargets` object
      - `inProduct` object
        - `title` string
        - `isRead` boolean
        - `ctaParams` object
          - `foo` string
    - `event` string
    - `id` string
    - `object` string
    - `recipientId` string
    - `recipientClientId` string
    - `recipientCompanyId` string
    - `recipientInternalUserId` string
    - `resourceId` string
    - `senderId` string
    - `senderType` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
