---
title: "List Share Link Notifications"
method: GET
path: "/bundle_notifications"
tags: ["bundle_notifications", "Bundle Notifications"]
---

# List Share Link Notifications

`GET /bundle_notifications`

List Share Link Notifications

## Query parameters

- `user_id` integer
- `cursor` string
- `per_page` integer
- `bundle_id` integer

## Response `200`

A list of BundleNotifications objects.

- BundleNotificationEntity[]
  - `bundle_id` integer — Bundle ID to notify on
  - `id` integer — Bundle Notification ID
  - `notify_on_registration` boolean — Triggers bundle notification when a registration action occurs for it.
  - `notify_on_upload` boolean — Triggers bundle notification when a upload action occurs for it.
  - `notify_current_user` boolean — Is the current user the user to notify?
  - `notify_user_id` integer — The id of the user to notify.
  - `workspace_id` integer — Workspace ID. `0` means the default workspace.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/revisions/c6d6f57e6da8/schema)
