---
title: "GET /api/notifications/{workspace_id}/"
method: GET
path: "/api/notifications/{workspace_id}/"
tags: ["Notifications"]
---

# GET /api/notifications/{workspace_id}/

`GET /api/notifications/{workspace_id}/`

Lists the notifications for the given workspace and the current user. The response is paginated and the limit and offset parameters can be controlled using the query parameters.

## Path parameters

- `workspace_id` integer, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

- PaginationSerializerNotificationRecipient
  - `count` integer, required — The total amount of results.
  - `next` string, uri, nullable, required — URL to the next page.
  - `previous` string, uri, nullable, required — URL to the previous page.
  - `results` NotificationRecipient[], required
    - `id` integer, required — The id of the notification.
    - `type` string, required — The type of notification
    - `sender` Sender, required
      - `id` integer, required
      - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
      - `first_name` string
    - `workspace` string, required — The workspace that the notification is in (if any).
    - `created_on` string, date-time, required — The date and time that the notification was created.
    - `read` boolean — If True, then the notification has been read by the user.
    - `data` unknown, required

## Other responses

- `400`
- `404`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/versions/0c490e5b0c7f/schema)
