---
title: "List notifications"
method: GET
path: "/v3/notifications/"
tags: ["notifications"]
---

# List notifications

`GET /v3/notifications/`

Returns the current user's notifications for their active team (plus org-wide and global broadcasts), newest first, with the unread (unseen) count and a cursor for pagination.

## Query parameters

- `teamId` string
- `limit` string
- `cursor` string
- `unread` string

## Response `200`

Default Response

- object
  - `notifications` object[]
    - `id` string
    - `scope` 'global' | 'org' | 'team' | 'user'
    - `type` 'info' | 'success' | 'warning' | 'error'
    - `title` string
    - `body` string, nullable — Markdown (GFM)
    - `actionUrl` string, nullable
    - `actionLabel` string, nullable
    - `authorName` string, nullable
    - `authorImageUrl` string, nullable
    - `authorRole` string, nullable
    - `createdAt` string, date-time
    - `readAt` string, date-time, nullable — When the user saw it (null = unseen)
  - `unreadCount` integer
  - `nextCursor` string, nullable — Opaque cursor for the next page, or null at the end

## Other responses

- `400` — Default Response

---

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