---
title: "Recieve the users notifications."
method: GET
path: "/users/notifications/:userId"
tags: ["Users"]
---

# Recieve the users notifications.

`GET /users/notifications/:userId`

Recieve the users notifications, including edited transcriptions, moderated contributions, and replies to comments. Notifications are contributions, with an additional field 'notificationType' to denote type.

## Path parameters

- `userId` string, required

## Query parameters

- `countOnly` boolean
- `date` string
- `limit` unknown
- `page` unknown

## Response `200`

Successfully retrieved notifications

## Other responses

- `422` — Unprocessable Entity - params are invalid

---

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